summaryrefslogtreecommitdiffstats
path: root/app/classes/Simplel10n.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/classes/Simplel10n.class.php')
-rw-r--r--app/classes/Simplel10n.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/classes/Simplel10n.class.php b/app/classes/Simplel10n.class.php
index cc31921..36ac958 100644
--- a/app/classes/Simplel10n.class.php
+++ b/app/classes/Simplel10n.class.php
@@ -17,7 +17,7 @@ class Simplel10n {
$this->l10nFolder = $path;
}
- static function getString($str) {
+ static function getString($str, $comment='') {
if(array_key_exists($str, $GLOBALS['locale'])) {
return $GLOBALS['locale'][$str];
} else {