Skip to content

Commit

Permalink
Dev: use $oSurvey instead of $surveyinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 4, 2016
1 parent a4ea6f9 commit 986d924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/super/sidemenu.php
Expand Up @@ -4,7 +4,7 @@
*/
?>
<?php
$bSurveyIsActive = (isset($surveyIsActive))?$surveyIsActive:$surveyinfo['active']=='Y';
$bSurveyIsActive = (isset($surveyIsActive))?$surveyIsActive:$oSurvey->active=='Y';
?>
<?php // print_r(get_defined_vars()); die();?>

Expand Down

0 comments on commit 986d924

Please sign in to comment.