Пример #1
0
 protected function _postSaveAfterTransaction()
 {
     if (isset($GLOBALS[Tinhte_XenTag_Constants::GLOBALS_CONTROLLERADMIN_PAGE_SAVE])) {
         /** @var Tinhte_XenTag_XenForo_ControllerAdmin_Page $controller */
         $controller = $GLOBALS[Tinhte_XenTag_Constants::GLOBALS_CONTROLLERADMIN_PAGE_SAVE];
         $controller->Tinhte_XenTag_actionSaveAfterTransaction($this);
     }
     parent::_postSaveAfterTransaction();
 }