mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Notice fixes
This commit is contained in:
parent
c91c61f9b5
commit
c56951df43
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user