Esempio n. 1
0
 public function doDelete($reason)
 {
     wfRunHooks('ImageDoDeleteBegin', array(&$this, &$reason));
     // there is no return code at the moment
     /*$ret = */
     parent::doDelete($reason);
     wfRunHooks('ImageDoDeleteEnd', array(&$this, &$reason));
     /*return $ret;*/
 }