1
0
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:
camer0n
2023-11-24 09:34:46 -08:00
parent 98eaf0c682
commit 56edcd53ee
3 changed files with 46 additions and 6 deletions

View File

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