mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-09 12:43:00 +01:00
fixed not working standard document with absolute path
This commit is contained in:
parent
27063a6f6a
commit
81b78a8e65
@ -1035,6 +1035,11 @@ abstract class bo_merge
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
elseif (egw_vfs::stat($document) && egw_vfs::is_readable($document))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
//error_log(__METHOD__."('$document', dirs='$dirs') returning 'Document '$document' does not exist or is not readable for you!'");
|
||||||
return lang("Document '%1' does not exist or is not readable for you!",$document);
|
return lang("Document '%1' does not exist or is not readable for you!",$document);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user