mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Import routines and quick [html] bbcode fix.
This commit is contained in:
@@ -106,7 +106,7 @@ class override {
|
||||
}
|
||||
|
||||
|
||||
$tmp = strpos($this->functions[$override],"::") ? explode("::",$this->functions[$override]) : $this->functions[$override];
|
||||
$tmp = (varset($this->functions[$override]) && strpos($this->functions[$override],"::")) ? explode("::",$this->functions[$override]) : $this->functions[$override];
|
||||
if(is_array($tmp) && class_exists($tmp[0]))
|
||||
{
|
||||
$cl = new $tmp[0];
|
||||
|
Reference in New Issue
Block a user