Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / plugins / ActivityVerb / actions / activityverb.php
index 0abfacd645fb34a671ce8ed18c1efd40c202d5f1..45bb18be469bbb40d6df17d033de90e2126ea398 100644 (file)
@@ -50,7 +50,7 @@ class ActivityverbAction extends ManagedAction
             throw new ServerException('A verb has not been specified.');
         }
 
-        $this->notice = Notice::getById($this->trimmed('id'));
+        $this->notice = Notice::getByID($this->trimmed('id'));
 
         if (!$this->notice->inScope($this->scoped)) {
             // TRANS: %1$s is a user nickname, %2$d is a notice ID (number).