mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #967 from halkyon/remove_old_testinstall
Removing redundant DatabaseAdmin::testinstall()
This commit is contained in:
commit
a054cc5b8f
@ -18,7 +18,6 @@ class DatabaseAdmin extends Controller {
|
|||||||
'index',
|
'index',
|
||||||
'build',
|
'build',
|
||||||
'cleanup',
|
'cleanup',
|
||||||
'testinstall',
|
|
||||||
'import'
|
'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
|
* Remove invalid records from tables - that is, records that don't have
|
||||||
* corresponding records in their parent class tables.
|
* corresponding records in their parent class tables.
|
||||||
|
Loading…
Reference in New Issue
Block a user