Sort objects before storing

This commit is contained in:
Ceeram 2011-05-26 19:16:17 +02:00
parent 964ff45a41
commit cea4e4e98e

View file

@ -502,6 +502,7 @@ class App {
if ($plugin) {
return $objects;
}
sort($objects);
self::$__objects[$cacheLocation][$name] = $objects;
self::$_objectCacheChange = true;
}