aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/help.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/help.php b/include/help.php
index cbadd02d9..f38f77854 100644
--- a/include/help.php
+++ b/include/help.php
@@ -128,7 +128,7 @@ function load_doc_file($s) {
$x = determine_help_language();
$lang = $x['language'];
$url_idx = ($x['from_url'] ? 1 : 0);
- if($x['from_url'] && $lang !== 'en') {
+ if($lang !== 'en') {
$path .= '/' . $lang;
}