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:
Ingo Schommer 2007-11-11 07:22:24 +00:00
parent dd71c53a4d
commit dab9708ff2

View File

@ -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);
?>
?>