]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileaction.php
some more extensions of ShowstreamAction broke in last commit
[quix0rs-gnu-social.git] / lib / profileaction.php
index b1a3b72a447e142d50b7c9dd0f2a9f08dbd85fef..08e03bac5a62625888a4357346b90109b6bfddde 100644 (file)
@@ -71,6 +71,11 @@ abstract class ProfileAction extends ManagedAction
         return true;
     }
 
+    protected function profileActionPreparation()
+    {
+        // Nothing to do by default.
+    }
+
     public function getTarget()
     {
         return $this->target;