mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
re-enabled error-messages if CreateObject fails, gave a blank page, but no error
This commit is contained in:
parent
942a967704
commit
5cb848c8d6
@ -725,7 +725,7 @@
|
||||
{
|
||||
if($p1 == '_UNDEF_' && $p1 != 1)
|
||||
{
|
||||
$obj = @new $classname;
|
||||
$obj = new $classname;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user