]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileaction.php
Protected function prepare with array $args defaulting to array()
[quix0rs-gnu-social.git] / lib / profileaction.php
index bf1582eecab9c595b31f5df81205328e84dd114f..ea33af326adf2ed9a427da3f1c2e1cc0323fc262 100644 (file)
@@ -53,7 +53,7 @@ class ProfileAction extends Action
 
     protected $target  = null;    // Profile that we're showing
 
-    protected function prepare($args)
+    protected function prepare(array $args=array())
     {
         parent::prepare($args);