diff --git a/src/Plugins/PersistentFop.php b/src/Plugins/PersistentFop.php index 8bf71104..44eaee95 100644 --- a/src/Plugins/PersistentFop.php +++ b/src/Plugins/PersistentFop.php @@ -29,8 +29,8 @@ public function getMethod() return 'persistentFop'; } - public function handle($path = null, $fops = null, $pipline = null, $force = false) + public function handle($path = null, $fops = null, $pipline = null, $force = false, $notify_url = null) { - return $this->filesystem->getAdapter()->persistentFop($path, $fops, $pipline, $force); + return $this->filesystem->getAdapter()->persistentFop($path, $fops, $pipline, $force, $notify_url); } } \ No newline at end of file