From e71bc75a9db8ff7dce8d98ccbff9107bd0dbe7dc Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 16 Apr 2011 19:45:47 +0200 Subject: [PATCH] use the correct signature for OC_FILEOBSERVER->notify() --- lib/fileobserver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){} } /** -- 2.39.5