summaryrefslogtreecommitdiff
path: root/core/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-02 20:37:45 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-02 20:37:45 +0000
commit5950f492106a5927c3d3a6bffe8ed92a0fee8f9d (patch)
tree417673b4e595a34869a2bc25d5e1e895edaa79cb /core/helpers
parentb4c9a970502c491840d640857ee1617e86207ffd (diff)
Rename core helper to gallery helper to indicate that it's more of an app-wide helper. 'core' doesn't make as much sense
Diffstat (limited to 'core/helpers')
-rw-r--r--core/helpers/gallery.php (renamed from core/helpers/core.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core.php b/core/helpers/gallery.php
index 5e5a12a7..74ecd672 100644
--- a/core/helpers/core.php
+++ b/core/helpers/gallery.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 core_Core {
+class gallery_Core {
static function maintenance_mode() {
$maintenance_mode = Kohana::config("core.maintenance_mode", false, false);