Skip to content

Commit 21b3156

Browse files
authored
Update preload.functions.inc.php
1 parent 0c91f36 commit 21b3156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/includes/preload.functions.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function evolutionCMS()
2222
$obj = new ReflectionClass(MODX_CLASS);
2323
$modx = $obj->newInstanceWithoutConstructor()->getInstance();
2424
}
25-
return $modx
25+
return $modx;
2626
}
2727
}
2828

0 commit comments

Comments
 (0)