aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2007-10-01 15:46:04 +0000
committerpatdenice <patdenice@piwigo.org>2007-10-01 15:46:04 +0000
commit58977351dd282cd14b53bbf04494acbddc185900 (patch)
tree20415b7ba7d94ed435efb97bab739dc718eedde0 /index.php
parent7948d1871d652f2be95be61399f72ee7bfe7699e (diff)
0000749: Add an option to add new elements to caddie when synchronize database.
Add a redirection on index.php after "add to caddie action" (like on picture.php) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2113 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index f3edd49de..52dd517b0 100644
--- a/index.php
+++ b/index.php
@@ -86,7 +86,7 @@ else
if (isset($_GET['caddie']))
{
fill_caddie($page['items']);
- // redirect();
+ redirect(duplicate_index_url());
}
//----------------------------------------------------- template initialization