mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +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)
|
if($p1 == '_UNDEF_' && $p1 != 1)
|
||||||
{
|
{
|
||||||
$obj = @new $classname;
|
$obj = new $classname;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user