HOR-3620
Fix PMSystem -> PmSystem since Processmaker is one word.
This commit is contained in:
@@ -49,7 +49,7 @@ $G_ID_MENU_SELECTED = 'SETUP';
|
||||
$G_ID_SUB_MENU_SELECTED = 'UPGRADE';
|
||||
|
||||
require_once "classes/class.system.php";
|
||||
$oSystem = new PMSystem();
|
||||
$oSystem = new PmSystem();
|
||||
|
||||
try {
|
||||
if (! $oSystem->verifyFileForUpgrade()) {
|
||||
|
||||
Reference in New Issue
Block a user