mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Issue #2635 PM Fatal Error PHP 7.1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user