mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
revert unwanted change to publics/User, fix errors phone & Settings
This commit is contained in:
parent
6d9b1289fd
commit
18c7cb019d
7 changed files with 47 additions and 11 deletions
|
@ -54,9 +54,9 @@ namespace controllers\internals;
|
|||
*/
|
||||
public function update_for_user (int $id_user, string $name, $value) : bool
|
||||
{
|
||||
return (bool) $this->get_model()->update($id_user, $name, $value);
|
||||
return (bool) $this->get_model()->update_by_name_for_user($id_user, $name, $value);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Create a new setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue