From 7e735fa97dde54950d14f1ee54b2d18aff62a8b2 Mon Sep 17 00:00:00 2001 From: Jimako Date: Thu, 4 Jul 2019 09:50:36 +0200 Subject: [PATCH] fix for #3876 --- e107_plugins/gallery/e_shortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/gallery/e_shortcode.php b/e107_plugins/gallery/e_shortcode.php index 629f0e23d..8d6ff2092 100644 --- a/e107_plugins/gallery/e_shortcode.php +++ b/e107_plugins/gallery/e_shortcode.php @@ -51,7 +51,7 @@ class gallery_shortcodes extends e_shortcode $breadcrumb[] = array('text' => $this->sc_gallery_cat_title('title'), 'url' => e107::getUrl()->create('gallery/index/list', $this->var)); } - var_dump($breadcrumb); + //var_dump($breadcrumb); e107::breadcrumb($breadcrumb); }