Skip to content
Snippets Groups Projects
Commit ac4e1921 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

All is good ;-)

parent b384d79b
No related merge requests found
......@@ -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;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment