fixing php-error (using $this where there should not be one), fixes #83

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-22 16:14:23 +00:00
parent 0e1d82db8b
commit 4e1405ca39

View File

@@ -165,7 +165,7 @@ while($row = $db->fetch_array($result))
unset($domainlist[$row['customerid']][$domainid]);
}
if($this->settings['system']['awstats_enabled'] == '1')
if($settings['system']['awstats_enabled'] == '1')
{
$httptraffic+= floatval(callAwstatsGetTraffic($domain, $row['documentroot'] . '/webalizer/' . $domain . '/', $domainlist[$row['customerid']]));
}