Project

General

Profile

« Previous | Next » 

Revision 1499

Added by DarkViper almost 13 years ago

little fix in calling globalExceptionHandler from inner core files

View differences:

class.order.php
17 17
 */
18 18
/* -------------------------------------------------------- */
19 19
// Must include code to stop this file being accessed directly
20
require_once('globalExceptionHandler.php');
21
if(!defined('WB_PATH')) { throw new IllegalFileException(); }
20
if(!defined('WB_PATH')) {
21
	require_once(dirname(__FILE__).'/globalExceptionHandler.php');
22
	throw new IllegalFileException();
23
}
22 24
/* -------------------------------------------------------- */
23 25
	define('ORDERING_CLASS_LOADED', true);
24 26
// Load the other required class files if they are not already loaded

Also available in: Unified diff