Skip to content

Commit

Permalink
Fixed issue #8609: Empty screen when clicking on sort question icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaber committed Jan 27, 2014
1 parent a5a9cad commit 432e82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/expressions/em_manager_helper.php
Expand Up @@ -22,6 +22,7 @@
include_once('em_core_helper.php');
Yii::app()->loadHelper('database');
Yii::app()->loadHelper('frontend');
Yii::app()->loadHelper('surveytranslator');
Yii::import("application.libraries.Date_Time_Converter");
define('LEM_DEBUG_TIMING',1);
define('LEM_DEBUG_VALIDATION_SUMMARY',2); // also includes SQL error messages
Expand Down

0 comments on commit 432e82f

Please sign in to comment.