]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
move upgrade to actions - not a true registered action yet
authorCash Costello <cash.costello@gmail.com>
Sat, 22 Aug 2009 15:51:56 +0000 (15:51 +0000)
committerCash Costello <cash.costello@gmail.com>
Sat, 22 Aug 2009 15:51:56 +0000 (15:51 +0000)
actions/upgrade.php [moved from upgrade.php with 91% similarity]
views/default/tidypics/settings.php

similarity index 91%
rename from upgrade.php
rename to actions/upgrade.php
index 7fc3187d676781f923bf1b239bdf3f047ab183d0..0ff04dadf2042c0438547bf01b01a665662af2be 100644 (file)
@@ -6,7 +6,7 @@
  *
  *********************************************/
 
-       include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
+       include_once dirname(dirname(dirname(dirname(__FILE__)))) . "/engine/start.php";
  
        $result = true;
        
index 774dc35bd14d1f2dbe7ad82033a54a8cdf48bba1..9e082d9aba81ff508653f846fcabed9b3f217a08 100644 (file)
@@ -4,7 +4,7 @@
        \r
        global $CONFIG;  \r
        $system_url = $CONFIG->wwwroot . 'mod/tidypics/pages/server_analysis.php';\r
-       $upgrade_url = $CONFIG->wwwroot . 'mod/tidypics/upgrade.php';\r
+       $upgrade_url = $CONFIG->wwwroot . 'mod/tidypics/actions/upgrade.php';\r
        \r
        $upgrade = false;\r
        if (!get_subtype_class('object', 'image') || !get_subtype_class('object', 'album'))\r