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

Commit

Permalink
Pixlr have changed their domain to apps.pixlr.com - Fix #500
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a0187e)
  • Loading branch information
cdujeu committed Oct 17, 2014
1 parent 26699af commit 7982e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/editor.pixlr/class.PixlrEditor.php
Expand Up @@ -53,7 +53,7 @@ public function switchAction($action, $httpVars, $filesVars)
AJXP_Controller::applyHook("node.read", array($node));


$httpClient = new HttpClient("pixlr.com");
$httpClient = new HttpClient("apps.pixlr.com");
//$httpClient->setDebug(true);
$postData = array();
$httpClient->setHandleRedirects(false);
Expand Down

0 comments on commit 7982e5b

Please sign in to comment.