]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileaction.php
Merge branch 'tagprofile-ajax-fix' into 'nightly'
[quix0rs-gnu-social.git] / lib / profileaction.php
index 4ed1e8ad8343c6cd644a58631c970030b6949c61..08e03bac5a62625888a4357346b90109b6bfddde 100644 (file)
@@ -71,6 +71,16 @@ abstract class ProfileAction extends ManagedAction
         return true;
     }
 
+    protected function profileActionPreparation()
+    {
+        // Nothing to do by default.
+    }
+
+    public function getTarget()
+    {
+        return $this->target;
+    }
+
     function isReadOnly($args)
     {
         return true;