1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

Admin-ui: New method: beforePrefsSave($new_data, $old_data);

This commit is contained in:
Cameron
2018-09-10 10:42:54 -07:00
parent 310b7e84e1
commit 688db76a96
2 changed files with 27 additions and 2 deletions

View File

@@ -296,6 +296,11 @@ class plugin_blank_admin_ui extends e_admin_ui
$ns->tablerender("Hello",$text);
}
public function beforePrefsSave($new_data, $old_data)
{
// return $new_data;
}
}
class plugin_blank_admin_form_ui extends e_admin_form_ui