Browse Source

Fixed a ooopps... introduced while changing the profile sub-menu

emanuele 12 years ago
parent
commit
fff1bb190b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Subs.php

+ 1 - 1
Sources/Subs.php

@@ -3850,7 +3850,7 @@ function setupMenuContext()
 					'theme' => array(
 						'title' => $txt['theme'],
 						'href' => $scripturl . '?action=profile;area=theme',
-						'show' => allowedTo('profile_extra_any', 'profile_extra_own', 'profile_extra_any'),
+						'show' => allowedTo(array('profile_extra_any', 'profile_extra_own', 'profile_extra_any')),
 					),
 				),
 			),