summaryrefslogtreecommitdiffstats
path: root/inc/dictionary.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/dictionary.inc.php')
-rw-r--r--inc/dictionary.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/dictionary.inc.php b/inc/dictionary.inc.php
index f5886bda..6ae8fb9b 100644
--- a/inc/dictionary.inc.php
+++ b/inc/dictionary.inc.php
@@ -79,6 +79,7 @@ class Dictionary
public static function translateFile($path, $tag)
{
+ // TODO: Handle case where we have no active module/no page class
return self::translateFileModule(Page::getModule()->getIdentifier(), $path, $tag);
}