Skip to content

Commit

Permalink
Dev: Missing questionHelper use
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 25, 2018
1 parent 35f7146 commit 61cdbac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/controllers/admin/database.php
Expand Up @@ -13,9 +13,12 @@
* See COPYRIGHT.php for copyright notices and details.
*
*/

use \LimeSurvey\Helpers\questionHelper;

/**
* Database
*g
*
* @package LimeSurvey
* @author
* @copyright 2011
Expand Down
2 changes: 2 additions & 0 deletions application/helpers/admin/import_helper.php
Expand Up @@ -11,6 +11,8 @@
* See COPYRIGHT.php for copyright notices and details.
*/

use \LimeSurvey\Helpers\questionHelper;

/**
* This function imports a LimeSurvey .lsg question group XML file
*
Expand Down
3 changes: 3 additions & 0 deletions application/helpers/expressions/em_manager_helper.php
Expand Up @@ -20,6 +20,9 @@
* @author Thomas M. White (TMSWhite)
* @author Denis Chenu <http://sondages.pro>
*/

use \LimeSurvey\Helpers\questionHelper;

Yii::import('application.helpers.expressions.em_core_helper', true);
Yii::app()->loadHelper('database');
Yii::app()->loadHelper('frontend');
Expand Down

0 comments on commit 61cdbac

Please sign in to comment.