mirror of
https://github.com/filp/whoops.git
synced 2026-09-13 19:26:21 +00:00
Fix horrible typo
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ $handler->addDataTable(array(
|
||||
// Set the title of the error page:
|
||||
$handler->setPageTitle("We're all going to be fired!");
|
||||
|
||||
$run->pushHandler($hanlder);
|
||||
$run->pushHandler($handler);
|
||||
|
||||
// Add a special handler to deal with AJAX requests with an
|
||||
// equally-informative JSON response. Since this handler is
|
||||
|
||||
Reference in New Issue
Block a user