summaryrefslogtreecommitdiff
path: root/core/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-02 20:49:09 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-02 20:49:09 +0000
commit4b790f5b76dd1258cdd571a59a45681bfc1f9dab (patch)
tree7d017393bf2fdb4b0fcf20a2f274f6c0ac8fff18 /core/helpers
parent5950f492106a5927c3d3a6bffe8ed92a0fee8f9d (diff)
Revert r20668; if we call our helper 'gallery' then it interferes with g2_import since it uses the Gallery2 embed interface which loads up G2's Gallery class as well. Grumble.
Diffstat (limited to 'core/helpers')
-rw-r--r--core/helpers/core.php (renamed from core/helpers/gallery.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/gallery.php b/core/helpers/core.php
index 74ecd672..5e5a12a7 100644
--- a/core/helpers/gallery.php
+++ b/core/helpers/core.php
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-class gallery_Core {
+class core_Core {
static function maintenance_mode() {
$maintenance_mode = Kohana::config("core.maintenance_mode", false, false);