Skip to content

Commit

Permalink
fix routing settings reading. #80
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Nov 1, 2015
1 parent 108b70a commit ec6d95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventum/class.routing.php
Expand Up @@ -505,7 +505,7 @@ public static function getMatchingIssueIDs($addresses, $type)
{
$setup = Setup::get();
$settings = $setup["${type}_routing"];
if (!is_array($settings)) {
if (!$settings) {
return false;
}

Expand Down

0 comments on commit ec6d95d

Please sign in to comment.