diff options
| author | 2014-12-10 22:57:43 +0100 | |
|---|---|---|
| committer | 2014-12-10 22:57:43 +0100 | |
| commit | aa54f437950eb05d719d10b8be4e0f2648951845 (patch) | |
| tree | ad2162c8a591950a263a1cb56441bc7431581912 /lib/Minz/Translate.php | |
| parent | 89d0f98fafc3354cbfc55460f3d795d4c1b7af8a (diff) | |
Verbose for unvalid key format
Diffstat (limited to 'lib/Minz/Translate.php')
| -rw-r--r-- | lib/Minz/Translate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Translate.php b/lib/Minz/Translate.php index 084bd7e07..e7efb8665 100644 --- a/lib/Minz/Translate.php +++ b/lib/Minz/Translate.php @@ -51,7 +51,7 @@ class Minz_Translate { $group = explode('.', $key); if (count($group) < 2) { - // Minz_Log::debug($key . ' is not in a valid format'); + Minz_Log::debug($key . ' is not in a valid format'); $top_level = 'gen'; } else { $top_level = array_shift($group); |
