diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-01-22 18:39:24 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-01-22 18:39:24 -0500 |
commit | 49f6ce2d94194220213edb108e4ac372acd2eabb (patch) | |
tree | f9944f16876c8eb0281458e7e59f64dc1cbe72e9 /modules/gallery/helpers/graphics.php | |
parent | d45a73777935c86fc5131955831833d7465b5e9d (diff) |
gallery.menalto.com -> galleryproject.org
codex.gallery2.org -> codex.galleryproject.org
Fixes #1957.
Diffstat (limited to 'modules/gallery/helpers/graphics.php')
-rw-r--r-- | modules/gallery/helpers/graphics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/graphics.php b/modules/gallery/helpers/graphics.php index b8735120..51437d4b 100644 --- a/modules/gallery/helpers/graphics.php +++ b/modules/gallery/helpers/graphics.php @@ -124,7 +124,7 @@ class graphics_Core { // don't do this, the album may be permanently marked as "needs rebuilding" // // ref: http://sourceforge.net/apps/trac/gallery/ticket/1172 - // http://gallery.menalto.com/node/96926 + // http://galleryproject.org/node/96926 if ($item->album_cover_item_id) { $item->album_cover_item_id = null; $item->save(); |