mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 17:19:29 +00:00
Added errormessage when extension permission is missing on installation
This commit is contained in:
@@ -313,7 +313,7 @@ class ExtensionsLib
|
||||
if (isError($result))
|
||||
{
|
||||
$this->_errorOccurred = true;
|
||||
$this->_printFailure('data base error');
|
||||
$this->_printFailure('data base error: '.$result->retval);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user