Skip to content

Commit

Permalink
Dev: removed isset test for param
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed May 11, 2017
1 parent 4cec71d commit b2c4554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -102,7 +102,7 @@ public function run($surveyid,$args)

extract($args); // TODO: Check if still needed at this level

$this->param = isset($param)?$param:'';
$this->param = $param;

///////////////////////////////////////////////////////////
// 1: We check if token and/or captcha form shouls be shown
Expand Down

0 comments on commit b2c4554

Please sign in to comment.