Explorar el Código

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

Signed-off-by: Spuds <[email protected]>
Spuds hace 12 años
padre
commit
a674731192
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'))
 	{