Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Revert previous commit with notification, error was not located here.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Nov 27, 2013
1 parent 375bc83 commit 07d591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/access.fs/class.fsAccessDriver.php
Expand Up @@ -1672,7 +1672,7 @@ public function copyOrMoveFile($destDir, $srcFile, &$error, &$success, $move = f
copy($realSrcFile, $destFile);
}
$this->changeMode($destFile);
AJXP_Controller::applyHook("node.change", array(null, new AJXP_Node($destFile), true));
AJXP_Controller::applyHook("node.change", array(new AJXP_Node($realSrcFile), new AJXP_Node($destFile), true));
} catch (Exception $e) {
$error[] = $e->getMessage();
return ;
Expand Down

0 comments on commit 07d591b

Please sign in to comment.