]> source.dussan.org Git - nextcloud-server.git/commitdiff
use the correct signature for OC_FILEOBSERVER->notify()
authorRobin Appelman <icewind1991@gmail.com>
Sat, 16 Apr 2011 17:45:47 +0000 (19:45 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Sat, 16 Apr 2011 17:45:47 +0000 (19:45 +0200)
lib/fileobserver.php

index 08a67521f037bdcd957ba9c1178f760337b88ee5..ac9f2513c7bff34caa0ccc39c096d3da3056209e 100644 (file)
@@ -41,7 +41,7 @@ class OC_FILEOBSERVER{
                }
        }
        
-       public function notify($path,$action){}
+       public function notify($path,$action,$storage){}
 }
 
 /**