BUG 9180 Correct coding convention
Correct coding convention and replace json_encode to G::json_encode and json_decode to G::json_decode
This commit is contained in:
@@ -109,7 +109,7 @@ class AppSolrQueue extends BaseAppSolrQueue {
|
||||
$row = $rs->getRow();
|
||||
|
||||
while (is_array($row)) {
|
||||
$appSolrQueue = Entity_AppSolrQueue::CreateEmpty();
|
||||
$appSolrQueue = Entity_AppSolrQueue::createEmpty();
|
||||
$appSolrQueue->appUid = $row['APP_UID'];
|
||||
$appSolrQueue->appUpdated = $row['APP_UPDATED'];
|
||||
$updatedApplications[] = $appSolrQueue;
|
||||
|
||||
Reference in New Issue
Block a user