Skip to content

Commit

Permalink
Missing define causes admin/index.php?cmd=users page to log error
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcwilson committed Dec 23, 2018
1 parent ff680f6 commit b0b5164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/includes/languages/english/users.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

define('HEADING_TITLE', 'Admin Users');

define('IMAGE_ADD_USER', 'Add User');
define('TEXT_LEAD_ACTION_LIST', 'List Admin Users');
define('TEXT_LEAD_ACTION_ADD_ENTRY', 'Add Admin User');

Expand Down

0 comments on commit b0b5164

Please sign in to comment.