X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcachingnoticestream.php;h=f8ab2a85afb4388846a00c8dd5185f251d462c5f;hb=1598050f540a367df8fe310e3b7571c430dd32ec;hp=a1b3b3fe82d77efe216b1e0fc5b314948f20d6d5;hpb=0c3f8208cdccc4a402d976a53628f00652b2e50e;p=quix0rs-gnu-social.git diff --git a/lib/cachingnoticestream.php b/lib/cachingnoticestream.php index a1b3b3fe82..f8ab2a85af 100644 --- a/lib/cachingnoticestream.php +++ b/lib/cachingnoticestream.php @@ -4,7 +4,7 @@ * Copyright (C) 2011, StatusNet, Inc. * * A stream of notices - * + * * PHP version 5 * * This program is free software: you can redistribute it and/or modify @@ -58,7 +58,7 @@ class CachingNoticeStream extends NoticeStream $this->cachekey = $cachekey; } - function getNoticeIds($offset=0, $limit=20, $sinceId=0, $maxId=0) + function getNoticeIds($offset, $limit, $sinceId, $maxId) { $cache = Cache::instance();