[
https://issues.apache.org/jira/browse/SHINDIG-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-1389.
-----------------------------------
Fix Version/s: 2.0.0-RC1
Resolution: Fixed
patch applied.. thanks!
> 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
> Fix For: 2.0.0-RC1
>
>
> 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.