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