mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-06 14:49:27 +00:00
- VorlageLib fix
- MessageLib better message error
This commit is contained in:
@@ -401,6 +401,10 @@ class MessageLib
|
||||
$result = $this->_error($result->retval, EXIT_ERROR);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$result = $this->_error("Receiver not present", EXIT_ERROR);
|
||||
}
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user