X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FI18n.php;h=a9cac841c5b6ea100d93f50c4816cd5d2741e55a;hp=bd733f94537234ebc2b9b3c6a6940af9b6f9d3c1;hb=9c9b43bf822d006745b3e1270a528e38bb0512d4;hpb=b499e2919755a0045ce41550a6dd8eb304a65a48 diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index bd733f94..a9cac841 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -127,6 +127,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject $this->buildDB(); // ensure we have the full database... $this->selectAdd(" + id as id, i18n_translate(ltype, lkey, 'en') as lval_en "); }