Skip to content

Commit

Permalink
Dev: Initialize inputnames
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 6, 2017
1 parent ebde0eb commit b46e70e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/qanda_helper.php
Expand Up @@ -2751,6 +2751,7 @@ function upload_$ia[1]() {
</div>
';

$inputnames = array();
$inputnames[] = $ia[1];
$inputnames[] = $ia[1]."_filecount";
return array($answer, $inputnames);
Expand Down

0 comments on commit b46e70e

Please sign in to comment.