summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-06-07 12:27:22 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-06-07 12:27:22 +0000
commitcb76cd8f40ab5190f87ecefd7e4f7a44fa12f3bf (patch)
treeeacb2a1ffb98ac87eeaabd2a754737b06e72b9d6 /frontends/php/include/forms.inc.php
parent0f0f32c49e85a6e1a1b01f5b5acd5be9164c129f (diff)
downloadzabbix-cb76cd8f40ab5190f87ecefd7e4f7a44fa12f3bf.tar.gz
zabbix-cb76cd8f40ab5190f87ecefd7e4f7a44fa12f3bf.tar.xz
zabbix-cb76cd8f40ab5190f87ecefd7e4f7a44fa12f3bf.zip
- fixed help link,thanks to "mfinn999" (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2953 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 9d9cdb1e..c727e62e 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -597,7 +597,7 @@
function insert_trigger_form()
{
$frmTrig = new CFormTable(S_TRIGGER,"triggers.php");
- $frmTrig->SetHelp("web.triggers.trigger.php");
+ $frmTrig->SetHelp("config_triggers.php");
if(isset($_REQUEST["hostid"]))
{