X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ftaggedprofilenoticestream.php;h=eec20cd8c660153f209ba1c518adc05d7da0fe95;hb=7220b3ddd4a32b947e851c946cb6ad6146bebf7d;hp=9998b7d7699a8550c5c5adc959bacda28d5e19f7;hpb=9948523c33ea0d02681ff1e0cd4fcb839dc9df96;p=quix0rs-gnu-social.git diff --git a/lib/taggedprofilenoticestream.php b/lib/taggedprofilenoticestream.php index 9998b7d769..eec20cd8c6 100644 --- a/lib/taggedprofilenoticestream.php +++ b/lib/taggedprofilenoticestream.php @@ -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();