Compare commits
No commits in common. "master" and "v0.1" have entirely different histories.
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Prepend extends Process
|
||||||
|
|
||||||
// Add post status
|
// Add post status
|
||||||
if (App::status()->post()->set(
|
if (App::status()->post()->set(
|
||||||
(new Status(My::POST_STATUS , My::id(), 'Restricted reading', 'Restricted reading (>1)', My::fileURL('icon.svg'))),
|
(new Status(My::POST_STATUS , My::id(), 'Restricted reading', 'Restricted reading (>1)', My::icons()[0])),
|
||||||
)) {
|
)) {
|
||||||
App::behavior()->addBehaviors([
|
App::behavior()->addBehaviors([
|
||||||
'coreBlogBeforeGetPostsAddingParameters' => self::coreBlogBeforeGetPostsAddingParameters(...),
|
'coreBlogBeforeGetPostsAddingParameters' => self::coreBlogBeforeGetPostsAddingParameters(...),
|
||||||
|
|
Loading…
Reference in a new issue