Skip to content
Snippets Groups Projects
Commit 28c8781b authored by lobo's avatar lobo
Browse files

CRM-13714 - Display fatal error for Joomla 3.x

parent 2b579808
Branches
Tags
No related merge requests found
......@@ -330,6 +330,9 @@ class CRM_Core_Error extends PEAR_ErrorStack {
echo CRM_Utils_System::theme($content);
}
}
else {
echo CRM_Utils_System::theme($content);
}
self::abend(CRM_Core_Error::FATAL_ERROR);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment