* Enable reload the current page if load is set to true.
This commit is contained in:
@@ -1150,7 +1150,7 @@ class baseControl
|
||||
if(!isset($data['closeModal']) && helper::isAjaxRequest('modal'))
|
||||
{
|
||||
$data['closeModal'] = true;
|
||||
if(isset($data['load'])) unset($data['load']);
|
||||
if(isset($data['load']) and $data['load'] !== true) unset($data['load']);
|
||||
}
|
||||
|
||||
return $this->send($data);
|
||||
|
||||
Reference in New Issue
Block a user