mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-28 00:35:37 +02:00
re-enabled error-messages if CreateObject fails, gave a blank page, but no error
This commit is contained in:
@@ -725,7 +725,7 @@
|
||||
{
|
||||
if($p1 == '_UNDEF_' && $p1 != 1)
|
||||
{
|
||||
$obj = @new $classname;
|
||||
$obj = new $classname;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user