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 38fbd2796..95ee65907 100644 --- a/plugins/event_tracer/tracer_admin.tpl +++ b/plugins/event_tracer/tracer_admin.tpl @@ -8,7 +8,7 @@ You can use this plugin to see what events is PhpWebGallery calling. <legend>Event Tracer</legend> <label>Show event argument - <input type="checkbox" name="eventTracer_show_args" value="{EVENT_TRACER_SHOW_ARGS}" /> + <input type="checkbox" name="eventTracer_show_args" {EVENT_TRACER_SHOW_ARGS} /> </label> <br/> <label>Fill below a list of regular expressions (one per line). |