From: Robin Appelman Date: Sat, 16 Apr 2011 17:45:47 +0000 (+0200) Subject: use the correct signature for OC_FILEOBSERVER->notify() X-Git-Tag: v3.0~267^2~558^2~136^2~1^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e71bc75a9db8ff7dce8d98ccbff9107bd0dbe7dc;p=nextcloud-server.git use the correct signature for OC_FILEOBSERVER->notify() --- diff --git a/lib/fileobserver.php b/lib/fileobserver.php index 08a67521f03..ac9f2513c7b 100644 --- a/lib/fileobserver.php +++ b/lib/fileobserver.php @@ -41,7 +41,7 @@ class OC_FILEOBSERVER{ } } - public function notify($path,$action){} + public function notify($path,$action,$storage){} } /**