mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
more e107 class & API cahnges:
- magic __get() added to e107 and e_parse classes; - resolved sch_load() related issues; - more object getter;
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Forum plugin notify configuration
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/notify_class.php,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Date: 2008-12-21 18:15:04 $
|
||||
* $Author: mcfly_e107 $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2009-07-23 15:29:07 $
|
||||
* $Author: secretr $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -73,9 +73,9 @@ class notify
|
||||
}
|
||||
|
||||
|
||||
//DEPRECATED, BC, call the method only when needed, $e107->notify caught by __get()
|
||||
global $nt;
|
||||
$e107->notify = new notify;
|
||||
$nt = &$e107->notify;
|
||||
$nt = e107::getNotify(); //TODO - find & replace $nt, $e107->notify
|
||||
|
||||
|
||||
function notify_usersup($data)
|
||||
|
Reference in New Issue
Block a user