|
@@ -295,7 +295,7 @@ function ModifyProfile($post_errors = array())
|
|
),
|
|
),
|
|
'issuewarning' => array(
|
|
'issuewarning' => array(
|
|
'label' => $txt['profile_issue_warning'],
|
|
'label' => $txt['profile_issue_warning'],
|
|
- 'enabled' => in_array('w', $context['admin_features']) && $modSettings['warning_settings'][0] == 1
|
|
|
|
|
|
+ 'enabled' => in_array('w', $context['admin_features']) && $modSettings['warning_settings'][0] == 1,
|
|
'file' => 'Profile-Actions.php',
|
|
'file' => 'Profile-Actions.php',
|
|
'function' => 'issueWarning',
|
|
'function' => 'issueWarning',
|
|
'token' => 'profile-iw%u',
|
|
'token' => 'profile-iw%u',
|