From 9d42137024027eeded76016d4708439395983870 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 30 Apr 2013 09:56:14 -0400 Subject: [PATCH] Make optional arguments for getNoticeIds explicit --- lib/profilenoticestream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index f7154a52be..0cf088a702 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -62,7 +62,7 @@ class ProfileNoticeStream extends ScopingNoticeStream $userProfile); } - function getNoticeIds($offset, $limit, $since_id, $max_id) + function getNoticeIds($offset, $limit, $sinceId = null, $maxId = null) { if ($this->impossibleStream()) { return array();