mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 07:35:13 -04:00
use the correct signature for OC_FILEOBSERVER->notify()
This commit is contained in:
parent
7b00f99a57
commit
e71bc75a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class OC_FILEOBSERVER{
|
|||
}
|
||||
}
|
||||
|
||||
public function notify($path,$action){}
|
||||
public function notify($path,$action,$storage){}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue