aboutsummaryrefslogtreecommitdiffstats
path: root/langs/diff.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/diff.php')
-rw-r--r--langs/diff.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/diff.php b/langs/diff.php
index 70ff102c6..251cd87f0 100644
--- a/langs/diff.php
+++ b/langs/diff.php
@@ -3,7 +3,7 @@
* Report the diff of 's' file
* against matching file in language 'l', if it exists.
*/
-
+define('HLANG', true);
include 'lib.php';
$source_file = isset($_GET['s']) ? strip_tags(trim($_GET['s'])) : null;