Skip to content

Commit

Permalink
dev: enable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Dec 13, 2012
1 parent b99f412 commit 7fe2591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function isStandardTemplate($sTemplateName)
*/
function getSurveyList($returnarray=false, $returnwithouturl=false, $surveyid=false)
{
$cached = null;
static $cached = null;

$timeadjust = getGlobalSetting('timeadjust');
$clang = new Limesurvey_lang(Yii::app()->session['adminlang']);
Expand Down

0 comments on commit 7fe2591

Please sign in to comment.