diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-10-05 23:37:49 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-10-05 23:37:49 +0000 |
commit | 1a7154ad17d69107cafd1f80e71e7cd5406f811c (patch) | |
tree | 896308fa7ebed2f47ea010a97e969c4c9e0ad489 /start.php | |
parent | 39060653573bf4dd51e891aecdb571c78a866675 (diff) | |
download | elgg-1a7154ad17d69107cafd1f80e71e7cd5406f811c.tar.gz elgg-1a7154ad17d69107cafd1f80e71e7cd5406f811c.tar.bz2 |
using delete action so security token is not skipped
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -261,11 +261,6 @@ include($CONFIG->pluginspath . "tidypics/pages/edit.php");
break;
- case "delete": //edit image or album
- if (isset($page[1])) set_input('guid',$page[1]);
- include($CONFIG->pluginspath . "tidypics/actions/delete.php");
- break;
-
case "friends": // albums of friends
if (isset($page[1])) set_input('username',$page[1]);
include($CONFIG->pluginspath . "tidypics/pages/friends.php");
|