mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 20:39:13 +02:00
Prefixed code that generates PHP notices with a '@' to minimize new user confusion.
This commit is contained in:
@@ -692,7 +692,7 @@
|
||||
{
|
||||
if ($p1 == '_UNDEF_' && $p1 != 1)
|
||||
{
|
||||
$obj = new $classname;
|
||||
$obj = @new $classname;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user