Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 1ed001c

Browse files
committed
Fix getUserlist to fit new culturefeed-php
1 parent e9fc186 commit 1ed001c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Drupal/DrupalCultureFeedPages_Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function changePermissions($id, array $params) {
178178
/**
179179
* @see CultureFeed_Pages::getUserList()
180180
*/
181-
public function getUserList($id, $roles = array(), $use_auth = TRUE) {
181+
public function getUserList($id, $roles = array(), $use_auth = TRUE, $mboxIncludePrivate = FALSE) {
182182

183183
$cid = 'userList:' . $id . ':' . md5(serialize($roles)) . ':' . $use_auth;
184184

0 commit comments

Comments
 (0)