PM-1124: I used the corrected key

This commit is contained in:
Paula V. Quispe
2015-06-17 12:52:08 -04:00
parent b0e26bf8c3
commit 2ea7a2cf09

View File

@@ -104,7 +104,7 @@ if (isset ($_SESSION['USER_LOGGED'])) {
$pluginRegistry =& PMPluginRegistry::getSingleton();
if (defined('PM_SINGLE_SIGN_ON')) {
$licensedFeatures = & PMLicensedFeatures::getSingleton();
if ($licensedFeatures->verifyfeature('7TTeDBQeWRoZTZKYjh4eFpYUlRDUUEyVERPU3FxellWank=')) {
if ($licensedFeatures->verifyfeature('x4TTzlISnp2K2tnSTJoMC8rTDRMTjlhMCtZeXV0QnNCLzU=')) {
//Check in SSO class
G::LoadClass("sso");
$oSso = new ssoClass();