Example #1
0
 function update($orig = null)
 {
     $result = parent::update($orig);
     if ($result) {
         Config::_blowSettingsCache();
     }
     return $result;
 }
Example #2
0
 function update($dataObject = false)
 {
     $result = parent::update($dataObject);
     if ($result !== false) {
         Config::_blowSettingsCache();
     }
     return $result;
 }