mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 01:18:42 +01:00
suppressed an error-msg
This commit is contained in:
parent
9286ba944f
commit
5f99e6de5c
@ -227,7 +227,7 @@
|
|||||||
}
|
}
|
||||||
$file .= '.xul';
|
$file .= '.xul';
|
||||||
|
|
||||||
if (!is_readable($file) || !($f = fopen($file,'r')))
|
if ($this->name == '' || $app == '' || $name == '' || !is_readable($file) || !($f = fopen($file,'r')))
|
||||||
{
|
{
|
||||||
//echo "<p>Can't open '$file' !!!</p>\n";
|
//echo "<p>Can't open '$file' !!!</p>\n";
|
||||||
return False;
|
return False;
|
||||||
|
Loading…
Reference in New Issue
Block a user