summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-09-01 20:14:25 -0400
committerAnthony G. Basile <blueness@gentoo.org>2017-09-01 20:14:25 -0400
commit9577a2e9108f48dc19beca28264c0af227567aac (patch)
tree62c639f4a486320e595f84e8d986cf8b9c1f0174 /plugins/jetpack/sync/class.jetpack-sync-users.php
parentUpdate akismet 3.3.4 (diff)
downloadblogs-gentoo-9577a2e9108f48dc19beca28264c0af227567aac.tar.gz
blogs-gentoo-9577a2e9108f48dc19beca28264c0af227567aac.tar.bz2
blogs-gentoo-9577a2e9108f48dc19beca28264c0af227567aac.zip
Update jetpack 5.2.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-users.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-users.php b/plugins/jetpack/sync/class.jetpack-sync-users.php
index 69d4e3c5..16b78d46 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-users.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-users.php
@@ -41,7 +41,7 @@ class Jetpack_Sync_Users {
}
static function get_signed_role( $user_id ) {
- return Jetpack::sign_role( self::get_role( $user_id ) );
+ return Jetpack::sign_role( self::get_role( $user_id ), $user_id );
}
static function update_role_on_com( $user_id ) {