]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/accountprofileblock.php
Widgets require Action not HTMLOutputter (getScoped)
[quix0rs-gnu-social.git] / lib / accountprofileblock.php
index 143675063cb1f996c5c74681784c1516aa5d186c..76e2edb7cec4cde00fd0956e28ac068c26f63266 100644 (file)
@@ -51,7 +51,7 @@ class AccountProfileBlock extends ProfileBlock
     protected $profile = null;
     protected $user    = null;
 
-    function __construct(HTMLOutputter $out, Profile $profile)
+    function __construct(Action $out, Profile $profile)
     {
         parent::__construct($out);
         $this->profile = $profile;