aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2012-01-02 17:01:18 -0500
committercash <cash.costello@gmail.com>2012-01-02 17:01:18 -0500
commitf5e8d5e9be7873132fbfddf74ef8ff68f01fccae (patch)
treedaa66614fd7f5ed70c96c57882dfd1a9470894bb /start.php
parent599d1068636f8c1ba5c899ecdbd03aca7ebc5a0f (diff)
downloadelgg-f5e8d5e9be7873132fbfddf74ef8ff68f01fccae.tar.gz
elgg-f5e8d5e9be7873132fbfddf74ef8ff68f01fccae.tar.bz2
updated the upgrade system
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index a81c1d854..630068874 100644
--- a/start.php
+++ b/start.php
@@ -100,7 +100,7 @@ function tidypics_init() {
//register_action("tidypics/deletetag", false, "$base_dir/deletetag.php");
elgg_register_action("photos/admin/settings", "$base_dir/admin/settings.php", 'admin');
- //register_action("tidypics/admin/upgrade", false, "$base_dir/admin/upgrade.php", true);
+ elgg_register_action("photos/admin/upgrade", "$base_dir/admin/upgrade.php", 'admin');
// Register libraries
$base_dir = elgg_get_plugins_path() . 'tidypics/lib';