mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Allow documents in dirs other than user's preference dir by passing full path
This commit is contained in:
parent
ffbef21045
commit
ec61c6268f
@ -2234,7 +2234,7 @@ class infolog_ui
|
||||
{
|
||||
$document = $this->prefs['default_document'];
|
||||
}
|
||||
else
|
||||
elseif($document[0] !== '/')
|
||||
{
|
||||
$document = $this->prefs['document_dir'].'/'.$document;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user