mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
get rid of an errormsg: file not found
This commit is contained in:
parent
6bf54e8353
commit
6d9566cfbe
@ -677,7 +677,7 @@
|
||||
|
||||
$path = PHPGW_SERVER_ROOT."/$app/setup/etemplates.inc.php";
|
||||
|
||||
if ($time = filemtime($path))
|
||||
if ($time = @filemtime($path))
|
||||
{
|
||||
$templ = new etemplate(".$app",'','##');
|
||||
if ($templ->lang != '##' || $templ->data[0] < $time) // need to import
|
||||
|
Loading…
Reference in New Issue
Block a user