You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2010/07/20 01:53:51 UTC

[jira] Resolved: (SHINDIG-1389) Typo in RequestItem exception message

     [ 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.