diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-04-16 19:45:47 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-04-16 19:45:47 +0200 |
commit | e71bc75a9db8ff7dce8d98ccbff9107bd0dbe7dc (patch) | |
tree | 3d129079fc8af5841a10d24b1d2926f9333c070c | |
parent | 7b00f99a5792cfc6bcc11d51c545a365f820cba6 (diff) | |
download | nextcloud-server-e71bc75a9db8ff7dce8d98ccbff9107bd0dbe7dc.tar.gz nextcloud-server-e71bc75a9db8ff7dce8d98ccbff9107bd0dbe7dc.zip |
use the correct signature for OC_FILEOBSERVER->notify()
-rw-r--r-- | lib/fileobserver.php | 2 |
1 files changed, 1 insertions, 1 deletions
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){} } /** |