mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Optimization: displaying 1000 object would take real long if many organizations are loaded into iTop (querying all the orgs for each object)
SVN:trunk[1277]
This commit is contained in:
@@ -54,7 +54,7 @@ class ApplicationContext
|
||||
*/
|
||||
protected function ReadContext()
|
||||
{
|
||||
if (empty(self::$aDefaultValues))
|
||||
if (!isset(self::$aDefaultValues))
|
||||
{
|
||||
self::$aDefaultValues = array();
|
||||
$aContext = utils::ReadParam('c', array());
|
||||
|
||||
Reference in New Issue
Block a user