From 4611b609e81cce6ba1269707ff7f483d285bcec3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Mar 2014 17:48:09 +0100 Subject: Now it should work fine. --- www/functions/func_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/functions/func_content.php') diff --git a/www/functions/func_content.php b/www/functions/func_content.php index c750554..e24ea34 100755 --- a/www/functions/func_content.php +++ b/www/functions/func_content.php @@ -94,7 +94,7 @@ function print_empty_folder($content){ $wrong_folder = $content[$length-1]; $working_path[0] = $wrong_folder; // initialize empty array - for($i=0; $i<$length-2, $i++){ + for($i=0; $i<$length-2; $i++){ $working_path[$i] = $content[$i]; } -- cgit v1.2.3