aboutsummaryrefslogtreecommitdiff
path: root/actions/upload.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-08-22 15:34:45 +0000
committerCash Costello <cash.costello@gmail.com>2009-08-22 15:34:45 +0000
commitbbc7b1bb87ca4ed58b801c12ca4a6ee405f0558c (patch)
treeb6daed7c019a5b5aa41ab1b4a0e0a4d41e059b76 /actions/upload.php
parent3c7ff4340f018d6b70cf8f2dd60de0250d3fcb66 (diff)
downloadelgg-bbc7b1bb87ca4ed58b801c12ca4a6ee405f0558c.tar.gz
elgg-bbc7b1bb87ca4ed58b801c12ca4a6ee405f0558c.tar.bz2
forgot to move edit_multiple.php
Diffstat (limited to 'actions/upload.php')
-rw-r--r--actions/upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/upload.php b/actions/upload.php
index d5fb7d802..f189e3777 100644
--- a/actions/upload.php
+++ b/actions/upload.php
@@ -242,6 +242,6 @@
//forward to multi-image edit page
- forward($CONFIG->wwwroot . 'mod/tidypics/edit_multi.php?files=' . implode('-', $uploaded_images));
+ forward($CONFIG->wwwroot . 'mod/tidypics/pages/edit_multiple.php?files=' . implode('-', $uploaded_images));
?>