diff options
author | rub <rub@piwigo.org> | 2007-03-16 18:49:19 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-16 18:49:19 +0000 |
commit | 1a3660405a6856bca55932900e18edd5b5e6d20b (patch) | |
tree | 6759a9129ed371803b7a9bfe8fb65671fe4c7e92 /upload.php | |
parent | 837138918295869327ea93d06d508d7c26c2ebea (diff) |
Add the last (before 1.8) tabsheet on administration menu (Waiting elements).
Small change way mail function.
git-svn-id: http://piwigo.org/svn/trunk@1915 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upload.php b/upload.php index 48d36d793..e304af70f 100644 --- a/upload.php +++ b/upload.php @@ -227,7 +227,7 @@ if ( isset( $_POST['submit'] ) and !isset( $_GET['waiting_id'] ) ) { include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php'); - $waiting_url = get_absolute_root_url().'admin.php?page=waiting'; + $waiting_url = get_absolute_root_url().'admin.php?page=upload'; $keyargs_content = array ( |