forked from extern/egroupware
suppressed an error-msg
This commit is contained in:
parent
9286ba944f
commit
5f99e6de5c
@ -227,7 +227,7 @@
|
||||
}
|
||||
$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";
|
||||
return False;
|
||||
|
Loading…
Reference in New Issue
Block a user