diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-10-30 14:49:14 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-10-30 14:49:14 +0000 |
commit | 94e82c781a9bc5a171193523cac50ea83e69dcfd (patch) | |
tree | 97413da12890bd9f89229a7a2bb3e0ae9cf3e7da /start.php | |
parent | 621e0a079c4f9410356c49a39bdd68c098e3bc96 (diff) | |
download | elgg-94e82c781a9bc5a171193523cac50ea83e69dcfd.tar.gz elgg-94e82c781a9bc5a171193523cac50ea83e69dcfd.tar.bz2 |
handling new album in ajax upload code now
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -464,6 +464,7 @@ register_elgg_event_handler('pagesetup', 'system', 'tidypics_adminmenu'); // Register actions register_action("tidypics/upload", false, $CONFIG->pluginspath . "tidypics/actions/upload.php"); register_action("tidypics/ajax_upload", true, $CONFIG->pluginspath . "tidypics/actions/ajax_upload.php"); +register_action("tidypics/ajax_upload_complete", true, $CONFIG->pluginspath . "tidypics/actions/ajax_upload_complete.php"); register_action("tidypics/addalbum", false, $CONFIG->pluginspath. "tidypics/actions/addalbum.php"); register_action("tidypics/edit", false, $CONFIG->pluginspath. "tidypics/actions/edit.php"); register_action("tidypics/delete", false, $CONFIG->pluginspath. "tidypics/actions/delete.php"); |