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
|
|
|
Bjørn Reiten
Member since: 22 February 2008
Posts: 39
|
Thursday 05 August 2010 10:54:34 am
|
|
You need to be logged in to post messages in the forums. New users may register here.