From f8e8bdf05bee2444f003bc5dbb001343e1459e73 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 1 Oct 2007 15:56:42 +0000 Subject: 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 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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 -- cgit v1.2.3