summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_block.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-01-22 18:39:24 -0500
committerBharat Mediratta <bharat@menalto.com>2013-01-22 18:39:24 -0500
commit49f6ce2d94194220213edb108e4ac372acd2eabb (patch)
treef9944f16876c8eb0281458e7e59f64dc1cbe72e9 /modules/gallery/helpers/gallery_block.php
parentd45a73777935c86fc5131955831833d7465b5e9d (diff)
gallery.menalto.com -> galleryproject.org
codex.gallery2.org -> codex.galleryproject.org Fixes #1957.
Diffstat (limited to 'modules/gallery/helpers/gallery_block.php')
-rw-r--r--modules/gallery/helpers/gallery_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_block.php b/modules/gallery/helpers/gallery_block.php
index 5ab811de..5ac4d74d 100644
--- a/modules/gallery/helpers/gallery_block.php
+++ b/modules/gallery/helpers/gallery_block.php
@@ -78,7 +78,7 @@ class gallery_block_Core {
$block->css_id = "g-project-news";
$block->title = t("Gallery project news");
$block->content = new View("admin_block_news.html");
- $block->content->feed = feed::parse("http://gallery.menalto.com/node/feed", 3);
+ $block->content->feed = feed::parse("http://galleryproject.org/node/feed", 3);
break;
case "block_adder":