Parcourir la source

One more regression due to #446: fixed !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1445 a333f486-631f-4898-b8df-5754b55c2be0
dflaven il y a 14 ans
Parent
commit
0c91521e14
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      webservices/export.php

+ 1 - 1
webservices/export.php

@@ -43,7 +43,7 @@ $iActiveNodeId = utils::ReadParam('menu', -1);
 $currentOrganization = utils::ReadParam('org_id', '');
 
 // Main program
-$sExpression = utils::ReadParam('expression', '');
+$sExpression = utils::ReadParam('expression', '', true /* Allow CLI */, 'raw_data');
 $sFormat = strtolower(utils::ReadParam('format', 'html'));
 $sFields = utils::ReadParam('fields', ''); // CSV field list (allows to specify link set attributes, still not taken into account for XML export)