1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 10:50:25 +02:00

Closes #3799 Added afterPrefsSave() method.

This commit is contained in:
Cameron
2019-05-13 11:33:11 -07:00
parent 9ec990efb5
commit 541fcfa860

View File

@@ -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 * 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() public function CreatePage()
{ {
@@ -6139,6 +6147,7 @@ class e_admin_ui extends e_admin_controller_ui
$this->getConfig()->save(true); $this->getConfig()->save(true);
$this->afterPrefsSave();
/* /*
$this->getConfig() $this->getConfig()