BUGFIX Set priority to 100 to avoid depreciation notice.

This commit is contained in:
Simon Elvery 2012-07-25 14:59:10 +10:00
parent 8c12345695
commit e6bd5532c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
Director::addRules(10, array(
Director::addRules(100, array(
'metaweblog' => 'MetaWeblogController'
));