From 341ff475bbce19d4532cec01872a76ece630aa19 Mon Sep 17 00:00:00 2001 From: Mark Stephens Date: Sun, 13 Dec 2009 20:08:20 +0000 Subject: [PATCH] MINOR: remove director rule for removed Image_Uploader in r77012 git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@95042 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- _config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.php b/_config.php index fc16de167..df6408870 100755 --- a/_config.php +++ b/_config.php @@ -23,7 +23,6 @@ Director::addRules(10, array( //'Security/$Action/$ID' => 'Security', 'db//$Action' => 'DatabaseAdmin', '$Controller//$Action/$ID/$OtherID' => '*', - 'images' => 'Image_Uploader', '' => 'RootURLController', 'api/v1/live' => 'VersionedRestfulServer', 'api/v1' => 'RestfulServer',