mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Remove old _ALL_CLASSES from old manifest builder (has been replaced since)
This commit is contained in:
parent
1f4aa0537b
commit
68c5066adf
@ -55,11 +55,6 @@ $_SERVER['REQUEST_URI'] = BASE_URL . '/dev';
|
|||||||
// Fake a session
|
// Fake a session
|
||||||
$_SESSION = null;
|
$_SESSION = null;
|
||||||
|
|
||||||
global $_ALL_CLASSES;
|
|
||||||
if(isset($_ALL_CLASSES)) {
|
|
||||||
$_ALL_CLASSES['parents']['FakeController'] = array_merge($_ALL_CLASSES['parents']['Controller'], array('Controller' => 'Controller'));
|
|
||||||
}
|
|
||||||
|
|
||||||
// Prepare manifest autoloader
|
// Prepare manifest autoloader
|
||||||
$controller = new FakeController();
|
$controller = new FakeController();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user