]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Return the correct URI in Deleted_notice
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 3 Oct 2015 13:31:56 +0000 (15:31 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 3 Oct 2015 13:31:56 +0000 (15:31 +0200)
plugins/ActivityModeration/classes/Deleted_notice.php

index c4f12b14b0a3c5cb2241c09a0c6234891522a9d5..904088b996cd015fc2048fe94d7e4694c975e840 100644 (file)
@@ -134,12 +134,12 @@ class Deleted_notice extends Managed_DataObject
 
     public function getTargetUri()
     {
-        return $this->uri;
+        return $this->act_uri;
     }
 
     public function getUri()
     {
-        return $this->act_uri;
+        return $this->uri;
     }
 
     public function asActivityObject(Profile $scoped=null)