just a bit more of consistency

This commit is contained in:
Diogo Cordeiro 2018-08-04 07:19:17 +01:00
parent 0c953142c4
commit 73d5fa79d7
2 changed files with 2 additions and 2 deletions

View File

@ -842,7 +842,7 @@ class ActivityPubPlugin extends Plugin
$postman = new Activitypub_postman($profile, $other);
// That was it
$postman->create($notice);
$postman->create_note($notice);
return true;
}

View File

@ -228,7 +228,7 @@ class Activitypub_postman
* @author Diogo Cordeiro <diogo@fc.up.pt>
* @param Notice $notice
*/
public function create($notice)
public function create_note($notice)
{
$data = Activitypub_create::create_to_array(
$this->actor_uri,