]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added action token to upgrade link
authorCash Costello <cash.costello@gmail.com>
Sat, 24 Jul 2010 20:41:19 +0000 (20:41 +0000)
committerCash Costello <cash.costello@gmail.com>
Sat, 24 Jul 2010 20:41:19 +0000 (20:41 +0000)
views/default/tidypics/admin/settings.php

index ff7d330e259a7a2824437d88044ea7b355891338..ce5652c16bab158fdaecb2a10990c901c0ed51e0 100644 (file)
@@ -5,6 +5,7 @@
        global $CONFIG;  
        $system_url = $CONFIG->wwwroot . 'mod/tidypics/pages/server_analysis.php';
        $upgrade_url = $CONFIG->wwwroot . 'mod/tidypics/actions/upgrade.php';
+       $upgrade_url = elgg_add_action_tokens_to_url($upgrade_url);
        
        $upgrade = false;
        if (!get_subtype_class('object', 'image') || !get_subtype_class('object', 'album'))