remove include statement of class file
This commit is contained in:
parent
046a18d4aa
commit
4ee03f1c89
|
|
@ -426,7 +426,6 @@
|
||||||
|
|
||||||
//synchronize configuration
|
//synchronize configuration
|
||||||
if (!empty($_SESSION['switch']['extensions']['dir']) && is_readable($_SESSION['switch']['extensions']['dir'])) {
|
if (!empty($_SESSION['switch']['extensions']['dir']) && is_readable($_SESSION['switch']['extensions']['dir'])) {
|
||||||
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