Skip to content

Commit

Permalink
less verbose 404
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed Feb 4, 2020
1 parent fc82dcc commit d44fe5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mediawiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function links($query)
) {
$result['title'] = $query;
$result['error'] = true;
$this->error('links: 404 NOT FOUND: ' . $query);
//$this->error('links: 404 NOT FOUND: ' . $query);

return $result;
}
Expand Down

0 comments on commit d44fe5f

Please sign in to comment.