From 477cf6b793c90a2303f624b47866872c7bf056f5 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 22 Nov 2012 17:07:28 +1300 Subject: [PATCH] Removing redundant DatabaseAdmin::testinstall() The original intention of this method was to be a rewrite check by the installer, but it doesn't belong in DatabaseAdmin, nor is it used by the installer anymore, since the rewrite test is done by the installer directly. --- model/DatabaseAdmin.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/model/DatabaseAdmin.php b/model/DatabaseAdmin.php index a62bb94d0..62d39154e 100644 --- a/model/DatabaseAdmin.php +++ b/model/DatabaseAdmin.php @@ -18,7 +18,6 @@ class DatabaseAdmin extends Controller { 'index', 'build', 'cleanup', - 'testinstall', 'import' ); @@ -264,15 +263,6 @@ class DatabaseAdmin extends Controller { } } - - /** - * Method used to check mod_rewrite is working correctly in the installer. - */ - public function testinstall() { - echo "OK"; - } - - /** * Remove invalid records from tables - that is, records that don't have * corresponding records in their parent class tables.