remove include statement of class file
This commit is contained in:
parent
8f4c018ba9
commit
d4bdc0eea7
|
|
@ -850,7 +850,6 @@
|
|||
|
||||
//synchronize configuration
|
||||
if (is_writable($switch_extensions)) {
|
||||
require_once "app/extensions/resources/classes/extension.php";
|
||||
$ext = new extension;
|
||||
$ext->xml();
|
||||
unset($ext);
|
||||
|
|
|
|||
Loading…
Reference in New Issue