From 5dcc4de9f360817cb8320f5643ccc38e9f026795 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 8 Jul 2006 09:07:39 +0000 Subject: bug 455 fixed: deleting a tag also add a tag if "add tag" box filled. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1440 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/tags.php b/admin/tags.php index 7ff29727c..8f3ca5bee 100644 --- a/admin/tags.php +++ b/admin/tags.php @@ -147,7 +147,7 @@ DELETE // | add a tag | // +-----------------------------------------------------------------------+ -if (isset($_POST['add_tag']) and !empty($_POST['add_tag'])) +if (isset($_POST['add']) and !empty($_POST['add_tag'])) { if (function_exists('mysql_real_escape_string')) { -- cgit v1.2.3