Skip to content

Commit

Permalink
fixed blank page in share survey generator link - Refs #7854
Browse files Browse the repository at this point in the history
  • Loading branch information
jloguercio committed Sep 29, 2015
1 parent 35d690a commit 2f23031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/survey/survey.lib.php
Expand Up @@ -3838,6 +3838,7 @@ public static function save_invitation($params)
WHERE iid = $insertId";
Database::query($sql);
}
return $insertId;
}
return false;
}
Expand Down

0 comments on commit 2f23031

Please sign in to comment.