diff --git a/airtime_mvc/application/models/Preference.php b/airtime_mvc/application/models/Preference.php index b7ea8a70e..bc0b2006e 100644 --- a/airtime_mvc/application/models/Preference.php +++ b/airtime_mvc/application/models/Preference.php @@ -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);