Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
back to returning call
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlang committed Apr 25, 2012
1 parent 8e84877 commit bb8bf1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/DDG/Spice/RandWord.pm
Expand Up @@ -23,7 +23,7 @@ handle query_lc => sub {
if ($1) {
return $1;
} else {
return "";
return call;
}
}
return;
Expand Down
2 changes: 1 addition & 1 deletion lib/DDG/Spice/Xkcd.pm
Expand Up @@ -22,7 +22,7 @@ handle query_lc => sub {
if ($1) {
return $1;
} else {
return "";
return call;
}
}
};
Expand Down

0 comments on commit bb8bf1e

Please sign in to comment.