summaryrefslogtreecommitdiffstats
path: root/frontends/php/actions.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-03-17 10:02:59 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-03-17 10:02:59 +0000
commite990ea261f1094378b664d754fdff4f839177a71 (patch)
tree67743aa71d446389fc55a5c96d4e567b3828339d /frontends/php/actions.php
parent245f25c1cddd1f9f980a2e3171ec091a844ed1f3 (diff)
- hard-linked templates works when deleting an action (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1706 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/actions.php')
-rw-r--r--frontends/php/actions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/actions.php b/frontends/php/actions.php
index 82d3ac08..ad633ffd 100644
--- a/frontends/php/actions.php
+++ b/frontends/php/actions.php
@@ -78,6 +78,7 @@
}
if($_GET["register"]=="delete")
{
+ delete_action_from_templates($_GET["actionid"]);
$result=delete_action($_GET["actionid"]);
show_messages($result,S_ACTION_DELETED,S_CANNOT_DELETE_ACTION);
if($result)