diff options
Diffstat (limited to 'modules/gallery/helpers/l10n_scanner.php')
| -rw-r--r-- | modules/gallery/helpers/l10n_scanner.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/gallery/helpers/l10n_scanner.php b/modules/gallery/helpers/l10n_scanner.php index 6c09a686..a7ce2c59 100644 --- a/modules/gallery/helpers/l10n_scanner.php +++ b/modules/gallery/helpers/l10n_scanner.php @@ -31,7 +31,7 @@ class l10n_scanner_Core {        foreach (Database::instance()                 ->select("key")                 ->from("incoming_translations") -               ->where("locale", "root") +               ->where("locale", "=", "root")                 ->get() as $row) {          $cache[$row->key] = true;        } | 
