Browse Source

Bug fix: initialize properly auto_reload timeouts

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@261 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
1c93470b2a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      core/config.class.inc.php

+ 2 - 0
core/config.class.inc.php

@@ -68,6 +68,8 @@ class Config
 		$this->m_sDBSubname = '';
 		$this->m_iMinDisplayLimit = DEFAULT_MIN_DISPLAY_LIMIT;
 		$this->m_iMaxDisplayLimit = DEFAULT_MAX_DISPLAY_LIMIT;
+		$this->m_iStandardReloadInterval = DEFAULT_STANDARD_RELOAD_INTERVAL;
+		$this->m_iFastReloadInterval = DEFAULT_FAST_RELOAD_INTERVAL;
 		if ($bLoadConfig)
 		{
 			$this->Load($sConfigFile);