]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/taggedprofilenoticestream.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / taggedprofilenoticestream.php
index 9998b7d7699a8550c5c5adc959bacda28d5e19f7..eec20cd8c660153f209ba1c518adc05d7da0fe95 100644 (file)
@@ -47,7 +47,7 @@ if (!defined('STATUSNET')) {
 
 class TaggedProfileNoticeStream extends ScopingNoticeStream
 {
-    function __construct($profile, $tag, $userProfile)
+    function __construct($profile, $tag, $userProfile=-1)
     {
         if (is_int($userProfile) && $userProfile == -1) {
             $userProfile = Profile::current();