1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

Issue #2635 PM Fatal Error PHP 7.1

This commit is contained in:
Cameron 2017-05-16 14:42:03 -07:00
parent 3e88c01261
commit 65ca5afb2e

View File

@ -682,7 +682,7 @@
}
function breadcrumb($type = '', $other)
function breadcrumb($type = '', $other='')
{
if(!deftrue('BOOTSTRAP'))
{
@ -701,7 +701,7 @@
$array[1] = $type;
}
if($other)
if(!empty($other))
{
$array[2] = array('text' => $other, 'url' => null);
}