Correccion de label añadiendo TRANSLATIONS

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-05-29 15:33:27 -04:00
parent 7c0747ffa9
commit db6c8fb6f8
8 changed files with 73 additions and 73 deletions

View File

@@ -124,7 +124,7 @@ class Translation extends BaseTranslation
while ($rs->next()) {
$rows[] = $rs->getRow();
}
$result = new StdClass;
$result->data = $rows;
$result->totalCount = $totalCount;