use the correct signature for OC_FILEOBSERVER->notify()

This commit is contained in:
Robin Appelman 2011-04-16 19:45:47 +02:00
parent 7b00f99a57
commit e71bc75a9d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class OC_FILEOBSERVER{
}
}
public function notify($path,$action){}
public function notify($path,$action,$storage){}
}
/**