$divBlock defined twice
Status: Alpha
Brought to you by:
khaefner
The main page failed to fully load - apache error logs showed:
Cannot redeclare notify::$divBlock in /var/www/astmail/notify.class.php on line 34
notify.class.php showed the following:
var $divBlock;
var $buttonBlock;
var $divBlock="";
After commenting out the first entry the vmail.php page loaded successfully,