Skip to content

Commit

Permalink
Dev Fix broken EM unit test
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11554 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
TMSWhite committed Dec 1, 2011
1 parent 4a2ae3e commit 903b6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/eval/LimeExpressionManager.php
Expand Up @@ -56,7 +56,7 @@ class LimeExpressionManager {
private $q2subqInfo; // mapping of questions to information about their subquestions.
private $qattr; // array of attributes for each question
private $syntaxErrors=array();
private $subQrelInfo; // list of needed sub-question relevance (e.g. array_filter)
private $subQrelInfo=array(); // list of needed sub-question relevance (e.g. array_filter)

private $runtimeTimings=array();
private $initialized=false;
Expand Down

0 comments on commit 903b6ef

Please sign in to comment.