1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Coding style fix

This commit is contained in:
Loic Blot
2014-10-23 08:18:23 +00:00
parent c59c1fc17e
commit 0e013b0645
+2 -1
View File
@@ -171,7 +171,8 @@ class SmsController extends Controller {
ksort($messages);
// @ TODO: filter correctly
return new JSONResponse(array("conversation" => $messages, "contactName" => $contactName, "phoneNumbers" => $phoneNumbers, "msgCount" => $msgCount));
return new JSONResponse(array("conversation" => $messages, "contactName" => $contactName,
"phoneNumbers" => $phoneNumbers, "msgCount" => $msgCount));
}
/**