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:
parent
3e88c01261
commit
65ca5afb2e
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user