From c32f20bc52abe0d4fac49dd73d4491a5bf1b0a57 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Thu, 30 Aug 2001 23:53:48 +0000 Subject: [PATCH] Removed referance to viewip templates to remove error in beta 1 git-svn-id: file:///svn/phpbb/trunk@948 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/modcp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/modcp.php b/phpBB/modcp.php index f1decb7d14..416a44a5cb 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -115,7 +115,6 @@ include($phpbb_root_path . 'includes/page_header.'.$phpEx); $template->set_filenames(array( "body" => "modcp_body.tpl", "confirm" => "confirm_body.tpl", - "viewip" => "modcp_viewip.tpl", "split_body" => "split_body.tpl") );