X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FUser.php;h=695e28f2c3e6a4e80dc62ca7b08b7cb52eea57c3;hb=2172d44c33893bb92207a494f2501f2c37afdfca;hp=d33cf284075d8a70611bf9de5a3e2c812a7bf8c2;hpb=20fdae12e055a2f8bb96def418a0d8e012fcdcf3;p=friendica.git diff --git a/src/Model/User.php b/src/Model/User.php index d33cf28407..695e28f2c3 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -1792,7 +1792,7 @@ class User * * @param int $start Start count (Default is 0) * @param int $count Count of the items per page (Default is @see Pager::ITEMS_PER_PAGE) - * @param string $type The type of users, which should get (all, bocked, removed) + * @param string $type The type of users, which should get (all, blocked, removed) * @param string $order Order of the user list (Default is 'contact.name') * @param bool $descending Order direction (Default is ascending) * @return array|bool The list of the users