Add missing static

This commit is contained in:
Bart Visscher 2013-08-31 15:50:47 +02:00
parent 445d34a2a9
commit 395cc737a1
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class OC_Preferences{
*
* Deletes a key.
*/
public function deleteKey( $user, $app, $key ) {
public static function deleteKey( $user, $app, $key ) {
self::$object->deleteKey( $user, $app, $key );
}