1
0
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:
secretr
2009-07-23 15:29:07 +00:00
parent 27c85b32f9
commit 9c219f52a9
5 changed files with 198 additions and 61 deletions

View File

@@ -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)