From fcd1e79bac7980eae61de05de9949a7e18b0d557 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 13 Oct 2009 12:54:30 -0700 Subject: forgot to add a break statement when i pasted --- modules/gallery/helpers/gallery_block.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/gallery/helpers/gallery_block.php b/modules/gallery/helpers/gallery_block.php index 3d5ee9d3..d8812c80 100644 --- a/modules/gallery/helpers/gallery_block.php +++ b/modules/gallery/helpers/gallery_block.php @@ -89,6 +89,7 @@ class gallery_block_Core { $block->css_id = "g-block-adder"; $block->title = t("Dashboard Content"); $block->content = self::get_add_block_form(); + break; case "language": $locales = locales::installed(); -- cgit v1.2.3