* [bug#57800,0.5h] rename the method clear to flush because it is declared in baseControl class.
This commit is contained in:
Vendored
+1
-1
@@ -104,7 +104,7 @@ class cache extends control
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function clear()
|
||||
public function flush()
|
||||
{
|
||||
$this->cache->clear();
|
||||
return $this->send(array('result' => 'success', 'message' => $this->lang->cache->clearSuccess, 'load' => true));
|
||||
|
||||
Reference in New Issue
Block a user