1
0
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:
Cameron
2017-09-23 12:52:23 -07:00
parent 0fe0bf57bf
commit 9606105e24
5 changed files with 49 additions and 13 deletions

View File

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