[HttpKernel] Fixed the Redis profiler storage return value

This commit is contained in:
Christophe Coevoet 2013-01-18 21:37:54 +01:00
parent 44fe249bae
commit 3d762dd92f

View File

@ -89,7 +89,7 @@ class RedisProfilerStorage implements ProfilerStorageInterface
continue;
}
$result[$itemToken] = array(
$result[] = array(
'token' => $itemToken,
'ip' => $itemIp,
'method' => $itemMethod,