Pman/I18N.php
[Pman.Base] / Pman / I18N.php
index b0dbfaf..5f7ba03 100644 (file)
@@ -337,7 +337,9 @@ class Pman_I18N extends Pman
             
             die("OOPS NO LTYPE");
         }
-        
+        if ($inlang == '**') {
+            return; // dont bother building generic..
+        }
         if ($inlang === false) {
             foreach( $this->cfg['l'] as $l) {
                 $this->buildDB($ltype, $l);