Переглянути джерело

Oopsies!

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 роки тому
батько
коміт
f4c4d89c2a
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Sources/Profile.php

+ 1 - 1
Sources/Profile.php

@@ -295,7 +295,7 @@ function ModifyProfile($post_errors = array())
 				),
 				'issuewarning' => array(
 					'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',
 					'function' => 'issueWarning',
 					'token' => 'profile-iw%u',