PHP compatibility fix
This commit is contained in:
parent
3d03f837d2
commit
084c6dd662
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ class Application_Model_Preference
|
|||
|
||||
public static function SetPlanLevel($plan)
|
||||
{
|
||||
$oldPlanLevel = GetPlanLevel();
|
||||
$oldPlanLevel = self::GetPlanLevel();
|
||||
self::setValue("plan_level", $plan);
|
||||
//We save the old plan level temporarily to facilitate conversion tracking
|
||||
self::setValue("old_plan_level", $oldPlanLevel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue