FIX - ApiController - variable ARRAY

This commit is contained in:
Krivchikov Dmitry 2016-04-24 09:37:42 +03:00
parent 989fc94476
commit 6830695887
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class ApiController extends Controller
$environment = isset($request['environment']) ? $request['environment'] : NULL;
$answer = NULL;
App::log('apiController', $array($method, $data, $environment));
App::log('apiController', array($method, $data, $environment));
switch ($method) {
case 'categories':