oups
This commit is contained in:
parent
a31b05e990
commit
bac772ad25
@ -89,7 +89,7 @@ class Frontend extends Process
|
||||
$posts = App::auth()->sudo(Utils::getPosts(...), $posts_params);
|
||||
|
||||
if (!$posts->isEmpty()) {
|
||||
$cur_post = App::blgo()->openPostCursor();
|
||||
$cur_post = App::blog()->openPostCursor();
|
||||
|
||||
while ($posts->fetch()) {
|
||||
// Publish post with right date
|
||||
|
Loading…
Reference in New Issue
Block a user