Преглед изворни кода

! $board not reassigned in MEssageIndex.php [Bug 4929]

emanuele пре 13 година
родитељ
комит
b808e42365
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Sources/MessageIndex.php

+ 2 - 2
Sources/MessageIndex.php

@@ -611,8 +611,8 @@ function MessageIndex()
 			foreach ($context['move_to_boards'] as $id_cat => $cat)
 			{
 				$context['move_to_boards'][$id_cat]['name'] = strip_tags($cat['name']);
-				foreach ($cat['boards'] as $id_board => $board)
-					$context['move_to_boards'][$id_cat]['boards'][$id_board]['name'] = strip_tags($board['name']);
+				foreach ($cat['boards'] as $id_board => $aboard)
+					$context['move_to_boards'][$id_cat]['boards'][$id_board]['name'] = strip_tags($aboard['name']);
 			}
 
 			// With no other boards to see, it's useless to move.