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

Commit

Permalink
Typo in option
Browse files Browse the repository at this point in the history
(cherry picked from commit 7657902)
  • Loading branch information
cdujeu committed Oct 11, 2013
1 parent 571dc17 commit 6dc7c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/editor.zoho/class.ZohoEditor.php
Expand Up @@ -144,7 +144,7 @@ public function switchAction($action, $httpVars, $filesVars)
AJXP_Controller::applyHook("node.before_change", array(&$node));

if ($this->getFilteredOption("USE_ZOHO_AGENT",$repository->getId()) ) {
$data = AJXP_Utils::getRemoteContent( $this->getFilteredOption("ZOHO_AGENT_URL",$repository->getId())."?ajxp_action=get_file&name=".$id."&key=".$this->getFilteredOption("ZOHO_AGENT_URL", $repository->getId()));
$data = AJXP_Utils::getRemoteContent( $this->getFilteredOption("ZOHO_AGENT_URL",$repository->getId())."?ajxp_action=get_file&name=".$id."&key=".$this->getFilteredOption("ZOHO_AGENT_KEY", $repository->getId()));
if (strlen($data)) {
file_put_contents($targetFile, $data);
echo "MODIFIED";
Expand Down

0 comments on commit 6dc7c9b

Please sign in to comment.