aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2007-10-01 15:56:42 +0000
committerpatdenice <patdenice@piwigo.org>2007-10-01 15:56:42 +0000
commitf8e8bdf05bee2444f003bc5dbb001343e1459e73 (patch)
tree24456658bcfea6de2ee315492569f6571f2475e4 /index.php
parenteebf7735864153d47bd6ce59470e0815e74e9b51 (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/trunk@2114 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