Skip to content

Commit 201f17a

Browse files
committed
Fix Issue #151
1 parent 4669eef commit 201f17a

File tree

1 file changed

+1
-1
lines changed
  • system/fizl/plugins/nav/libraries

1 file changed

+1
-1
lines changed

Diff for: system/fizl/plugins/nav/libraries/nav.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function run_level($map)
159159
}
160160
else
161161
{
162-
$file = $order_string;
162+
$file = trim($order_string);
163163
$name = $this->guess_name($file);
164164
}
165165

0 commit comments

Comments
 (0)