Skip to content

Commit

Permalink
Fixed issue #13092: Unable to add token
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 21, 2017
1 parent 96211d2 commit c784a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/tokens.php
Expand Up @@ -699,7 +699,7 @@ public function addnew($iSurveyId)

$this->_renderWrappedTemplate('token', array('addtokenpost'), $aData);
} else {
$this->handletokenform($iSurveyId, "addnew");
$this->_handletokenform($iSurveyId, "addnew");
}
}

Expand Down

0 comments on commit c784a08

Please sign in to comment.