Пример #1
0
 public function actionSave()
 {
     // register this controller and let's the parent work its job
     // we will get called again from
     // Tinhte_XenTag_XenForo_DataWriter_Forum::_preSave()
     $GLOBALS[Tinhte_XenTag_Constants::GLOBALS_CONTROLLERADMIN_FORUM_SAVE] = $this;
     return parent::actionSave();
 }