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