Skip to content

Commit

Permalink
Fixed bug: Using ximSYNC SyncManager class
Browse files Browse the repository at this point in the history
  • Loading branch information
jvargas committed Mar 1, 2016
1 parent 094cc54 commit f21b377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Ximdex/Modules/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function __construct($name, $path) {

// $this->messages->add(sprintf(_("sys {%s} : Module instanciated (%s) (%s)"),
// __CLASS__, $this->name, $this->path), MSG_TYPE_NOTICE);
Logger::info(sprintf(_("sys {%s} : Module instanciated (%s) (%s)"), __CLASS__, $this->name, $this->path));
//Logger::info(sprintf(_("sys {%s} : Module instanciated (%s) (%s)"), __CLASS__, $this->name, $this->path));
}

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Ximdex/Utils/Sync/SynchroFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ function pushDocInPublishingPool($idNode, $upDate, $downDate = NULL, $flagsArray

if (ModulesManager::isEnabled('ximSYNC')) {

$syncMngr = new SyncManager();
$syncMngr = new \SyncManager();
$node = new Node($idNode);
$result = array();

Expand Down

0 comments on commit f21b377

Please sign in to comment.