From: Bart Visscher Date: Sat, 31 Aug 2013 13:50:47 +0000 (+0200) Subject: Add missing static X-Git-Tag: v6.0.0alpha2~151^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=395cc737a17fb2bd22f38b7cccf4ba1efd32cafd;p=nextcloud-server.git Add missing static --- 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 ); }