mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX adjusted to changes in main.php (static call of Director-class), see r36446 and r40426
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44582 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
dd71c53a4d
commit
dab9708ff2
@ -90,11 +90,7 @@ $url = $_GET['url'];
|
||||
$url = $_SERVER['argv'][1];
|
||||
|
||||
|
||||
|
||||
// Direct away - this is the "main" function, that hands control to the apporopriate controllerx
|
||||
$dir = new Director();
|
||||
$dir->direct($url);
|
||||
Director::direct($url);
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
Loading…
Reference in New Issue
Block a user