Skip to content

Commit

Permalink
Merge pull request #32 from phoob/patch-1
Browse files Browse the repository at this point in the history
correct return value for `noValue`
  • Loading branch information
ThaDafinser authored Mar 20, 2017
2 parents ccf8414 + eaa1da3 commit 82bba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Columns/AbstractBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ protected function getLocationIntranetColumn(array $userInfo, $locationKey)
return $result[$locationKey];
}

return;
return false;
}
}

0 comments on commit 82bba4e

Please sign in to comment.