Typo in RequestItem exception message
-------------------------------------
Key: SHINDIG-1389
URL: https://issues.apache.org/jira/browse/SHINDIG-1389
Project: Shindig
Issue Type: Bug
Components: PHP
Reporter: Bastian Hofmann
Index: php/src/social/service/RequestItem.php
===================================================================
132c132
< throw new SocialSpiException("Parameter " . sef::$SORT_ORDER . " (" .
$sortOrder . ") is not valid.", ResponseError::$BAD_REQUEST);
---
> throw new SocialSpiException("Parameter " . self::$SORT_ORDER . " (" .
> $sortOrder . ") is not valid.", ResponseError::$BAD_REQUEST);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.