Explorar el Código

Update AP Inbox, remove trailing comma

Daniel Supernault hace 5 años
padre
commit
5c44354880
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 1 - 1
app/Util/ActivityPub/Inbox.php

@@ -299,7 +299,7 @@ class Inbox
     {
         if(!isset(
             $this->payload['actor'], 
-            $this->payload['object'], 
+            $this->payload['object'] 
         )) {
             return;
         }