Skip to content

Commit

Permalink
Added missing declaration of a variable.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11131 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
sachdeva-shubham committed Oct 9, 2011
1 parent 4fe1e81 commit 69b70d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/tokens.php
Expand Up @@ -110,6 +110,7 @@ function bounceprocessing($surveyid)
{
$surveyid = sanitize_int($surveyid);

$clang = $this->limesurvey_lang;
$this->load->helper('globalsettings');

$thissurvey=getSurveyInfo($surveyid);
Expand Down

0 comments on commit 69b70d5

Please sign in to comment.