Some fix with dolistore api

This commit is contained in:
Laurent Destailleur
2018-07-11 10:47:55 +02:00
parent 6eb9f13ec2
commit 2e36e5afa5
2 changed files with 21 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ $options['categorie'] = ((GETPOST('categorie', 'int')?GETPOST('categorie', 'int'
$options['start'] = ((GETPOST('start', 'int')?GETPOST('start', 'int'):0) + 0);
$options['end'] = ((GETPOST('end', 'int')?GETPOST('end', 'int'):0) + 0);
$options['search'] = GETPOST('search_keyword', 'alpha');
$dolistore = new Dolistore();
$dolistore = new Dolistore(false);
if (! $user->admin)