Skip to content

Commit

Permalink
dev: wrong operator to compare
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Jan 31, 2022
1 parent bb136f9 commit cbb5d3f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -182,7 +182,7 @@ public function actionEdit(int $surveyid, $gid, $landOnSideMenuTab = 'structure'

//todo: this action should not be used for new groups, use actionAdd instead
//DO NOT accept any other values for gid
if ($gid === null || $gid='') {
if ($gid === null || $gid==='') {
//this means new group
$gid = null;
} else {
Expand Down

0 comments on commit cbb5d3f

Please sign in to comment.