adding std object instance declaration to avoid warnings

This commit is contained in:
Erik Amaru Ortiz
2014-05-28 12:05:31 -04:00
parent 263d9a1485
commit 45362f5bb5

View File

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