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
This commit is contained in:
plegall
2006-07-08 09:07:39 +00:00
parent ae863dc6ab
commit 5dcc4de9f3
+1 -1
View File
@@ -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'))
{