php-mpos/public
Sean Hickey 5ddf30983e Undefined property: Notification::$mail
I'm not 100% sure this is a bug, but I'm getting the following error from my crons.

> PHP Notice:  Undefined property: Notification::$mail in /var/www/MPOS/public/include/classes/notification.class.php on line 158

> PHP Fatal error:  Call to a member function getError() on a non-object in /var/www/MPOS/public/include/classes/notification.class.php on line 158

It appears the `Notification` class extends the `Mail` class instead of `Base`, in which case `$this->mail` does not exist.
2013-12-20 05:10:09 -05:00
..
include Undefined property: Notification::$mail 2013-12-20 05:10:09 -05:00
site_assets Show templates tree on Admin Templates page 2013-12-09 20:55:59 +02:00
templates [UPDATE] Mention Markdown on Newspost creation 2013-12-20 10:29:09 +01:00
.htaccess [IMPROVED] Adding customizable error page to MPOS 2013-10-19 09:16:57 +02:00
favicon.ico
index.php Make Smarty search template in database first 2013-12-09 20:55:58 +02:00