Merge pull request #967 from halkyon/remove_old_testinstall

Removing redundant DatabaseAdmin::testinstall()
This commit is contained in:
Sam Minnée 2012-11-21 20:47:25 -08:00
commit a054cc5b8f

View File

@ -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.