Beispiel #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_Discussion_Thread::_discussionPreSave()
     $GLOBALS[Tinhte_XenTag_Constants::GLOBALS_CONTROLLERPUBLIC_THREAD_SAVE] = $this;
     return parent::actionSave();
 }
Beispiel #2
0
 public function actionTags()
 {
     $GLOBALS[Tinhte_XenTag_Constants::GLOBALS_CONTROLLERPUBLIC_THREAD_TAGS] = $this;
     return parent::actionTags();
 }