Skip to content

Commit 503327b

Browse files
committed
Fix Common class reference
1 parent 9e8bbd0 commit 503327b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/GlobalErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function errorHandler(
3434
while (ob_get_level()) ob_end_clean();
3535

3636
// Determine error name from $errno:
37-
if (class_exists("\\BNETDocs\\Libraries\\Common")) {
37+
if (class_exists("\\CarlBennett\\MVC\\Libraries\\Common")) {
3838
$_errno = Common::phpErrorName($errno);
3939
} else {
4040
// Utility function inaccessible, use raw code:

0 commit comments

Comments
 (0)