You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "impetus technologies (JIRA)" <ji...@apache.org> on 2008/06/16 15:45:45 UTC

[jira] Created: (SHINDIG-386) Access to undeclared static property: PeopleService::$sortOrder

Access to undeclared static property:  PeopleService::$sortOrder
----------------------------------------------------------------

                 Key: SHINDIG-386
                 URL: https://issues.apache.org/jira/browse/SHINDIG-386
             Project: Shindig
          Issue Type: Bug
          Components: RESTful API (PHP)
         Environment:  Windows,Apache
            Reporter: impetus technologies


In php/src/socialrest/PersonHandler.php there are two lines in which it is written like PeopleService::$sortOrder, PeopleService::$filtertype, which are not the Static members of  php/src/socialrest/opensocial/PeopleService.php. We have made the changes in PeopleService.php and patch file is also attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-386) Access to undeclared static property: PeopleService::$sortOrder

Posted by "Chris Chabot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Chabot resolved SHINDIG-386.
----------------------------------

    Resolution: Fixed
      Assignee: Chris Chabot

Good catch! Fix has been applied & committed, thanks.

> Access to undeclared static property:  PeopleService::$sortOrder
> ----------------------------------------------------------------
>
>                 Key: SHINDIG-386
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-386
>             Project: Shindig
>          Issue Type: Bug
>          Components: RESTful API (PHP)
>         Environment:  Windows,Apache
>            Reporter: impetus technologies
>            Assignee: Chris Chabot
>         Attachments: peopleservice.php.patch
>
>
> In php/src/socialrest/PersonHandler.php there are two lines in which it is written like PeopleService::$sortOrder, PeopleService::$filtertype, which are not the Static members of  php/src/socialrest/opensocial/PeopleService.php. We have made the changes in PeopleService.php and patch file is also attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-386) Access to undeclared static property: PeopleService::$sortOrder

Posted by "impetus technologies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

impetus technologies updated SHINDIG-386:
-----------------------------------------

    Attachment: peopleservice.php.patch

> Access to undeclared static property:  PeopleService::$sortOrder
> ----------------------------------------------------------------
>
>                 Key: SHINDIG-386
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-386
>             Project: Shindig
>          Issue Type: Bug
>          Components: RESTful API (PHP)
>         Environment:  Windows,Apache
>            Reporter: impetus technologies
>         Attachments: peopleservice.php.patch
>
>
> In php/src/socialrest/PersonHandler.php there are two lines in which it is written like PeopleService::$sortOrder, PeopleService::$filtertype, which are not the Static members of  php/src/socialrest/opensocial/PeopleService.php. We have made the changes in PeopleService.php and patch file is also attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.