1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Merge pull request #3877 from Jimmi08/patch-3

Fixes #3876 - Removed leftover debug info
This commit is contained in:
Cameron 2019-07-04 09:51:38 -07:00 committed by GitHub
commit 845b489f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}