diff options
-rw-r--r-- | lib/legacy/preferences.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/legacy/preferences.php b/lib/legacy/preferences.php index 8bfac849a4a..7b4cfca96bc 100644 --- a/lib/legacy/preferences.php +++ b/lib/legacy/preferences.php @@ -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 ); } |