summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-13 12:54:30 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-13 12:54:30 -0700
commitfcd1e79bac7980eae61de05de9949a7e18b0d557 (patch)
tree5f87514d4f8c67445da1f9af592fed749142419d
parent1c313e9d2da84a9dd839ea6a4910cdf6809007fb (diff)
forgot to add a break statement when i pasted
-rw-r--r--modules/gallery/helpers/gallery_block.php1
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();