Path

ez projects / ezsurvey_ezp4 / forum / general / error in the definition of...


Error in the definition of some classes.

You need to be logged in to post messages in the forums. New users may register here.

anthony dardilhac

Member since:
26 May 2010

Posts: 1

Wednesday 26 May 2010 8:36:26 pm

Hello,

I think that there's an error in the definition of some classes :
- eZSurveyResult
- eZSurveyQuestionMetaData
- and eZSurveyQuestion

All have a simple array associated to the key "sort" and an associative array is required here.




     'sort' => array( 'id', 'asc' ),




should be




     'sort' => array( 'id' => 'asc' ),




Bye
Up

Bjørn Reiten

Member since:
22 February 2008

Posts: 39

Thursday 05 August 2010 10:54:34 am

Thank you, I've added the fix to a new svn branch (http://svn.projects.ez.no/ezsurvey_ezp4/trunk-gw/extension/ezsurvey) with some new updates we've done by us in Grenland Web as well.

Then it's up to eZ Systems to merge them into the new version when they're ready.
Up

You need to be logged in to post messages in the forums. New users may register here.