DataObjects/I18n.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Jan 2013 02:08:11 +0000 (10:08 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Jan 2013 02:08:11 +0000 (10:08 +0800)
DataObjects/I18n.php

index 7054ac4..d448739 100644 (file)
@@ -254,7 +254,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
             if (in_array($lkey, $complete)) {
                 continue;
             }
-            if (empty($lkey)) {
+            if (empty($lkey)) { // not sure why we get empty values here.
                 continue;
             }
             $x = DB_DataObject::factory('I18n');