Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 11, 2018
1 parent 2e36e5a commit b203421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/dolistore/class/dolistore.class.php
Expand Up @@ -95,7 +95,7 @@ function getRemoteData($options = array('start' => 0, 'end' => 10, 'per_page' =>
$opt2['url'] = $conf->global->MAIN_MODULE_DOLISTORE_API_SRV.'/api/search?query='.$this->search.'&language='.$this->lang;

// Call
var_dump($this->api);
//var_dump($this->api);

dol_syslog("Call API with opt = ".var_export($opt, true));
dol_syslog("Call API with opt2 = ".var_export($opt2, true));
Expand Down

0 comments on commit b203421

Please sign in to comment.