Skip to content
Snippets Groups Projects
Commit 395cc737 authored by Bart Visscher's avatar Bart Visscher
Browse files

Add missing static

parent 445d34a2
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment