Fix class name PmLicenseManager.
This commit is contained in:
David Callizaya
2017-08-11 16:24:12 -04:00
parent fd2786ae1d
commit ab9c67fb47
19 changed files with 31 additions and 30 deletions

View File

@@ -1207,7 +1207,7 @@ class PMPluginRegistry
//Found a License
if (class_exists( 'pmLicenseManager' )) {
$sSerializedFile = PATH_DATA_SITE . 'lmn.singleton';
$pmLicenseManagerO = & pmLicenseManager::getSingleton();
$pmLicenseManagerO = & PmLicenseManager::getSingleton();
if (file_exists( $sSerializedFile )) {
$pmLicenseManagerO->unSerializeInstance( file_get_contents( $sSerializedFile ) );
}