fix icon url
This commit is contained in:
parent
db6819d39c
commit
34cb75ab42
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Prepend extends Process
|
|||
|
||||
// Add post status
|
||||
if (App::status()->post()->set(
|
||||
(new Status(My::POST_STATUS , My::id(), 'Restricted reading', 'Restricted reading (>1)', My::icons()[0])),
|
||||
(new Status(My::POST_STATUS , My::id(), 'Restricted reading', 'Restricted reading (>1)', My::fileURL('icon.svg'))),
|
||||
)) {
|
||||
App::behavior()->addBehaviors([
|
||||
'coreBlogBeforeGetPostsAddingParameters' => self::coreBlogBeforeGetPostsAddingParameters(...),
|
||||
|
|
Loading…
Reference in a new issue