mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Notice removal
This commit is contained in:
@@ -69,7 +69,7 @@ class download_shortcodes extends e_shortcode
|
||||
}
|
||||
|
||||
$breadcrumb[] = array('text' => $this->var['download_category_name'], 'url' => ($this->var['download_category_id']) ? e107::url('download', 'category', $this->var) : null);
|
||||
$breadcrumb[] = array('text' => $this->var['download_name'], 'url' => null);
|
||||
$breadcrumb[] = array('text' => varset($this->var['download_name']), 'url' => null);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user