Tweak the 'Feeds::_get_title()' param order to make PHP happy.
Required params need to go before optional.
This commit is contained in:
@@ -574,7 +574,7 @@ class API extends Handler {
|
||||
$unread = Feeds::_get_counters($i, false, true);
|
||||
|
||||
if ($unread || !$unread_only) {
|
||||
$title = Feeds::_get_title($i, false, $_SESSION['uid']);
|
||||
$title = Feeds::_get_title($i, $_SESSION['uid']);
|
||||
|
||||
$row = [
|
||||
'id' => $i,
|
||||
|
||||
Reference in New Issue
Block a user