diff options
Diffstat (limited to 'frontends/php/tr_comments.php')
| -rw-r--r-- | frontends/php/tr_comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_comments.php b/frontends/php/tr_comments.php index 81a7e9da..fb6ce35a 100644 --- a/frontends/php/tr_comments.php +++ b/frontends/php/tr_comments.php @@ -47,7 +47,7 @@ ?> <?php - $trigger=get_troigger_by_triggerid($_REQUEST["triggerid"]); + $trigger=get_trigger_by_triggerid($_REQUEST["triggerid"]); $comments=stripslashes($trigger["comments"]); ?> |
