Changeset 3391:760cec2e5217
- Timestamp:
- 11/05/16 00:20:39 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/user.php
r3274 r3391 89 89 $cur->user_post_status = $user_post_status = $_POST['user_post_status']; 90 90 91 if ($ cur->user_id == $core->auth->userID() && $core->auth->isSuperAdmin()) {91 if ($user_id && $cur->user_id == $core->auth->userID() && $core->auth->isSuperAdmin()) { 92 92 // force super_user to true if current user 93 93 $cur->user_super = $user_super = true;
Note: See TracChangeset
for help on using the changeset viewer.