mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX Set priority to 100 to avoid depreciation notice.
This commit is contained in:
parent
8c12345695
commit
e6bd5532c7
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
Director::addRules(10, array(
|
||||
Director::addRules(100, array(
|
||||
'metaweblog' => 'MetaWeblogController'
|
||||
));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user