diff options
Diffstat (limited to '')
-rw-r--r-- | admin/tags.php | 2 |
1 files changed, 1 insertions, 1 deletions
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')) { |