Browse 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 14 years ago
parent
commit
0c91521e14
1 changed files with 1 additions and 1 deletions
  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)