Explorar o código

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 %!s(int64=15) %!d(string=hai) anos
pai
achega
1c93470b2a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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);