From: Kevin Israel Date: Thu, 11 Apr 2013 02:18:43 +0000 (-0400) Subject: Add @since line for User::groupHasPermission() X-Git-Tag: 1.31.0-rc.0~20034 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=57bf4cae496c20f1ec8c849279d3a01ff50fbc9b;p=lhc%2Fweb%2Fwiklou.git Add @since line for User::groupHasPermission() Change-Id: Ibcd20a3921058a010334e0e0983e2d9541aea734 Follows-up: I41edb091fa35c8c68b6f95cc5fd208ea99418cdb --- diff --git a/includes/User.php b/includes/User.php index 0ac79d6442..5b7cbf2e9c 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3869,6 +3869,7 @@ class User { /** * Check, if the given group has the given permission * + * @since 1.21 * @param string $group Group to check * @param string $role Role to check * @return bool