mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
All is good ;-)
This commit is contained in:
parent
b384d79bf8
commit
ac4e19218e
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ class OC_Preferences{
|
|||
$query = OC_DB::prepare( 'UPDATE *PREFIX*preferences SET configvalue = ? WHERE userid = ? AND appid = ? AND configkey = ?' );
|
||||
$query->execute( array( $value, $user, $app, $key ));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue