]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add missing static
authorBart Visscher <bartv@thisnet.nl>
Sat, 31 Aug 2013 13:50:47 +0000 (15:50 +0200)
committerBart Visscher <bartv@thisnet.nl>
Thu, 19 Sep 2013 16:13:06 +0000 (18:13 +0200)
lib/legacy/preferences.php

index 8bfac849a4a44f2a151a097ac42ac5b49917ee40..7b4cfca96bcfa10eaccb5e47dbc8c4a9a644ce17 100644 (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 );
        }