1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Notice fixes

This commit is contained in:
Moc 2013-05-24 18:11:14 +02:00
parent c91c61f9b5
commit c56951df43

View File

@ -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);
}