diff options
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index 2baa6f77e..0826ba6f8 100644 --- a/inc/template.php +++ b/inc/template.php @@ -88,7 +88,7 @@ function tpl_content(){ html_diff(con($PRE,$TEXT,$SUF),false); break; case 'locked': - html_locked($lockedby); + html_locked(); break; case 'login': html_login(); |