Sergey 2 anni fa
parent
commit
96c25bc5bd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      system/sections/user/lk/index.php

+ 1 - 1
system/sections/user/lk/index.php

@@ -72,7 +72,7 @@
 
 		if($user['name'] || $user['lastname'] || $user['patronymic']) $html->unit('nlp', true); else $html->unit('nlp');
 
-  if(isset($user['wmr']{0}) AND in_array($user['wmr']{0}, array('R', 'Z', 'U')))
+  if(isset($user['wmr'][0]) AND in_array($user['wmr'][0], array('R', 'Z', 'U')))
 			$html->unit('wmr', true, true);
 		else
 			$html->unit('wmr', false, true);