diff options
Diffstat (limited to '')
-rw-r--r-- | admin/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/comments.php b/admin/comments.php index 200451989..ca380caca 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -116,7 +116,7 @@ DELETE // | template init | // +-----------------------------------------------------------------------+ -$template->set_filenames(array('comments'=>'admin/comments.tpl')); +$template->set_filenames(array('comments'=>'comments.tpl')); // TabSheet initialization waiting_tabsheet(); |