diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index bd3145253..7ef8cae7d 100755 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -6033,6 +6033,14 @@ class e_admin_ui extends e_admin_controller_ui { } + /** + * User defined before pref saving logic + */ + public function afterPrefsSave() + { + + } + /** * User defined error handling, return true to suppress model messages */ @@ -6083,7 +6091,7 @@ class e_admin_ui extends e_admin_controller_ui /** * - * @return TBD + * @return string */ public function CreatePage() { @@ -6139,6 +6147,7 @@ class e_admin_ui extends e_admin_controller_ui $this->getConfig()->save(true); + $this->afterPrefsSave(); /* $this->getConfig()