use the correct signature for OC_FILEOBSERVER->notify()

remotes/origin/stable
Robin Appelman 16 years ago
parent 7b00f99a57
commit e71bc75a9d
  1. 2
      lib/fileobserver.php

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

Loading…
Cancel
Save