Skip to content

Commit

Permalink
Fix Common class reference
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Feb 12, 2019
1 parent 9e8bbd0 commit 503327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/GlobalErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static function errorHandler(
while (ob_get_level()) ob_end_clean();

// Determine error name from $errno:
if (class_exists("\\BNETDocs\\Libraries\\Common")) {
if (class_exists("\\CarlBennett\\MVC\\Libraries\\Common")) {
$_errno = Common::phpErrorName($errno);
} else {
// Utility function inaccessible, use raw code:
Expand Down

0 comments on commit 503327b

Please sign in to comment.