- fix undefined variable in lighttpd-cron

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-06 12:35:01 +00:00
parent 941b887b75
commit 0eec533647

View File

@@ -725,6 +725,7 @@ class lighttpd
if(!isConfigDir($this->settings['system']['apacheconf_vhost']))
{
// Save one big file
$vhosts_file = '';
foreach($this->lighttpd_data as $vhosts_filename => $vhost_content)
{