Files
luos/workflow/engine/methods
Fernando Ontiveros aab8d610dd BUG 5156 Change response object in class.soap2.php
Grammar problem in "2 You have not privileges to execute this function". It needs a "do not", but it is better to not use "You".

In workflow/engine/methods/services/soap2.php,
change:
      $o->guid = "2 You have not privileges to execute this function";
To:
      $o->guid = "2. Insufficient privileges to execute this function'
2011-12-12 11:35:34 -04:00
..