more work on hook doco

This commit is contained in:
redmatrix
2015-11-05 20:19:38 -08:00
parent a29b8b369e
commit 017ea0d624
5 changed files with 8 additions and 6 deletions

View File

@@ -218,7 +218,8 @@ function settings_post(&$a) {
check_form_security_token_redirectOnErr('/settings/account', 'settings_account');
call_hooks('settings_account', $_POST);
call_hooks('account_settings_post', $_POST);
// call_hooks('settings_account', $_POST);
$errs = array();