From 5c19e0c44fa098a8f0ae0a5779ab1e57273f5387 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Wed, 16 Feb 2011 16:59:59 +0000 Subject: debug --- langs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langs.php b/langs.php index 1ac09ebf5..d9fd3bbba 100644 --- a/langs.php +++ b/langs.php @@ -50,7 +50,7 @@ foreach ($langs as $k => $v) // prevent 404 error on /{$locale}/ with missing translation function locale_path($loc,$path) { - $filename = "/".$loc."/".$path; + $filename = $loc."/".$path; $url = "/en/".$path; echo "filename: $filename-url: $url-loc: $loc-path: $path"; if (file_exists($filename)) -- cgit v1.2.1