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:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user