All is good ;-)

This commit is contained in:
Thomas Tanghus 2012-06-26 02:47:59 +02:00
parent b384d79bf8
commit ac4e19218e
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
/**