|
From: MW <jo...@us...> - 2008-02-12 12:40:13
|
Update of /cvsroot/mxbb/core/modules/mx_shared/ErrorHandler In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25328/modules/mx_shared/ErrorHandler Modified Files: prepend.php Log Message: fixing missing $phpEx in globals Index: prepend.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_shared/ErrorHandler/prepend.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** prepend.php 11 Feb 2008 11:13:18 -0000 1.2 --- prepend.php 12 Feb 2008 12:40:05 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- <?php + global $phpEx; include_once dirname(__FILE__) . '/Handler.' . $phpEx; $__ErrorHandler = new ErrorHandler; |