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

Commit

Permalink
Notification problem with Jumploader fixed for the upload of single f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
thomasCresson committed Jul 1, 2013
1 parent f37fcbd commit dc2bac1
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -196,6 +196,10 @@ public function postProcess($action, $httpVars, $postProcessData){
unlink($current);
AJXP_Controller::applyHook("node.change", array(null, new AJXP_Node($target), false));
}

else if($current == $target){
AJXP_Controller::applyHook("node.change", array(null, new AJXP_Node($target), false));
}
}

else{
Expand Down

0 comments on commit dc2bac1

Please sign in to comment.