php-mpos/public/include
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
..
classes Undefined property: Notification::$mail 2013-12-20 05:10:09 -05:00
config added blocks until next difficulty change to EstNextDifficulty 2013-12-20 03:59:47 +01:00
lib Adding solution detections for blocks 2013-07-09 11:27:20 +02:00
pages added blocks until next difficulty change to EstNextDifficulty 2013-12-20 03:59:47 +01:00
smarty/libs added word print for times < 1 2013-05-14 23:58:24 +02:00
autoloader.inc.php Make Smarty search template in database first 2013-12-09 20:55:58 +02:00
database.inc.php [FIX] use configured port for mysql connection 2013-12-20 02:02:38 +01:00
jsonrpc.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
smarty_globals.inc.php [FIX] Admin User Panel for PPS Payouts 2013-12-17 10:56:37 +01:00
smarty.inc.php Add disable_template_override variable to Smarty 2013-12-09 20:55:58 +02:00
xmlrpc.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00