diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-13 12:54:30 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-13 12:54:30 -0700 |
commit | fcd1e79bac7980eae61de05de9949a7e18b0d557 (patch) | |
tree | 5f87514d4f8c67445da1f9af592fed749142419d | |
parent | 1c313e9d2da84a9dd839ea6a4910cdf6809007fb (diff) |
forgot to add a break statement when i pasted
-rw-r--r-- | modules/gallery/helpers/gallery_block.php | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |