diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/event_tracer/tracer_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/event_tracer/tracer_admin.tpl b/plugins/event_tracer/tracer_admin.tpl index 4830a8b85..9ff457019 100644 --- a/plugins/event_tracer/tracer_admin.tpl +++ b/plugins/event_tracer/tracer_admin.tpl @@ -8,7 +8,7 @@ The event tracer is a developer tool that logs in the footer of the window all c You can use this plugin to see what events is PhpWebGallery calling. <b>Note that $conf['show_queries'] must be true.</b> </p> -<form method="post" action="{$EVENT_TRACER_F_ACTION}" class="general"> +<form method="post" action="" class="general"> <fieldset> <legend>Event Tracer</legend> |