revert changes to deprecated preferences as it is a not needed leftover
This commit is contained in:
parent
e724b78694
commit
8e488f726c
|
@ -137,12 +137,10 @@ class Preferences {
|
|||
* @param string $app
|
||||
* @param string $key
|
||||
* @param string $value
|
||||
* @param int|null $limit
|
||||
* @param int|null $offset
|
||||
* @return array
|
||||
* @deprecated use getUsersForUserValue of \OCP\IConfig instead
|
||||
*/
|
||||
public function getUsersForValue($app, $key, $value, $limit = null, $offset = null) {
|
||||
public function getUsersForValue($app, $key, $value) {
|
||||
return $this->config->getUsersForUserValue($app, $key, $value);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue