mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Notice fixes
This commit is contained in:
@@ -1076,11 +1076,11 @@ class e_parse_shortcode
|
||||
{
|
||||
$other['class'] = $_class;
|
||||
}
|
||||
if($_function)
|
||||
if(vartrue($_function))
|
||||
{
|
||||
$other['function'] = $_function;
|
||||
}
|
||||
if($_path)
|
||||
if(vartrue($_path))
|
||||
{
|
||||
$other['path'] = str_replace('../','',$_path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user