We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c91f36 commit 21b3156Copy full SHA for 21b3156
1 file changed
manager/includes/preload.functions.inc.php
@@ -22,7 +22,7 @@ function evolutionCMS()
22
$obj = new ReflectionClass(MODX_CLASS);
23
$modx = $obj->newInstanceWithoutConstructor()->getInstance();
24
}
25
- return $modx
+ return $modx;
26
27
28
0 commit comments