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

! typo .. arra() needs to be array()

Signed-off-by: Spuds <[email protected]>
Spuds пре 12 година
родитељ
комит
a674731192
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Sources/Packages.php

+ 1 - 1
Sources/Packages.php

@@ -1571,7 +1571,7 @@ function list_getPackages($start, $items_per_page, $sort, $params, $installed)
 
 	if (empty($packages))
 		foreach ($context['modification_types'] as $type)
-			$packages[$type] = arra();
+			$packages[$type] = array();
 
 	if ($dir = @opendir($boarddir . '/Packages'))
 	{