]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/widget.php
No more needed (for this fix) but maybe later. So I always only comment them out.
[quix0rs-gnu-social.git] / lib / widget.php
index 78472dd4d8d557594df45b8c84f6eff235898abf..1ccd1e252b2f74344d60742f058a2858adb1f668 100644 (file)
@@ -54,7 +54,7 @@ class Widget
     protected $avatarSize = AVATAR_STREAM_SIZE;
 
     /**
-     * HTMLOutputter to use for output
+     * Action (HTMLOutputter) to use for output
      */
 
     var $out = null;
@@ -62,10 +62,10 @@ class Widget
     /**
      * Prepare the widget for use
      *
-     * @param HTMLOutputter $out output helper, defaults to null
+     * @param Action $out output helper, defaults to null
      */
 
-    function __construct(HTMLOutputter $out=null)
+    function __construct(Action $out=null)
     {
         $this->out = $out;
     }