mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Removal of PHP Notices and SEF URL debugging improvements.
This commit is contained in:
@@ -437,10 +437,9 @@ class e_bbcode
|
||||
|
||||
|
||||
|
||||
|
||||
$ret = array();
|
||||
|
||||
if(is_array($mtch[1]))
|
||||
if(!empty($mtch) && is_array($mtch[1]))
|
||||
{
|
||||
$tp = e107::getParser();
|
||||
foreach($mtch[1] as $i)
|
||||
|
Reference in New Issue
Block a user