fix class names
This commit is contained in:
parent
f207089269
commit
dd67f76db1
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
namespace Activitypub;
|
||||
|
||||
use Activitypub\Model\Post;
|
||||
use Activitypub\User_Factory;
|
||||
use Activitypub\Collection\Followers;
|
||||
|
||||
/**
|
||||
|
@ -82,7 +83,7 @@ class Scheduler {
|
|||
return;
|
||||
}
|
||||
|
||||
$activitypub_post = new Post( $post, Users::BLOG_USER_ID );
|
||||
$activitypub_post = new Post( $post, User_Factory::BLOG_USER_ID );
|
||||
|
||||
\wp_schedule_single_event(
|
||||
\time(),
|
||||
|
|
Loading…
Reference in a new issue