mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Issue #5114 - Prevent override class conflict.
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
namespace e107;
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
/*
|
||||
@@ -40,7 +42,7 @@ class override {
|
||||
protected $functions = array();
|
||||
protected $includes = array();
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Replace an existing function or class method
|
||||
|
Reference in New Issue
Block a user