* Fix bug #23738.
This commit is contained in:
@@ -1615,7 +1615,7 @@ class execution extends control
|
||||
{
|
||||
foreach($planList as $planID)
|
||||
{
|
||||
if(!array_search($planID, $oldPlans)) $newPlans[$planID] = $planID;
|
||||
if(array_search($planID, $oldPlans) === false) $newPlans[$planID] = $planID;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user