mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
improve use_can()
This commit is contained in:
+1
-1
@@ -237,7 +237,7 @@ elseif ($action == 'savesettings_authority') // save user authority
|
||||
saveSetting('authority', $AUTHORITY);
|
||||
$actiontime = date("F j, Y, g:i a");
|
||||
write_log("Tracker USER AUTHORITY settings updated by {$CURUSER['username']}. $actiontime",'mod');
|
||||
do_action("nexus_setting_update", $AUTHORITY);
|
||||
build_class_permission_cache();
|
||||
go_back();
|
||||
}
|
||||
elseif ($action == 'savesettings_tweak') // save tweak
|
||||
|
||||
Reference in New Issue
Block a user