Bug fix: initialize properly auto_reload timeouts

SVN:trunk[261]
This commit is contained in:
Denis Flaven
2010-01-17 17:55:57 +00:00
parent c0545aa9cc
commit cdb68e9159

View File

@@ -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);