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

Commit

Permalink
Remove exit() instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 18, 2013
1 parent f95ef06 commit d6aee2f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public function switchAction($action, $httpVars, $fileVars)
$this->listSharedFiles();
}
AJXP_XMLWriter::close();
exit(1);
} else {
AJXP_XMLWriter::header();
AJXP_XMLWriter::sendFilesListComponentConfig('<columns switchGridMode="filelist"><column messageId="ajxp_shared.8" attributeName="ajxp_label" sortType="String"/><column messageId="ajxp_shared.31" attributeName="description" sortType="String"/></columns>');
Expand Down

0 comments on commit d6aee2f

Please sign in to comment.