mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
"fix for postgres problem reported by peter goerzen
"
This commit is contained in:
parent
a05b0f0fa1
commit
303699d341
@ -202,6 +202,7 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
|
||||
'fs_modified' => self::_pdo_timestamp(time()),
|
||||
'fs_creator' => egw_vfs::$user,
|
||||
'fs_mime' => 'application/octet-stream', // required NOT NULL!
|
||||
'fs_size' => 0,
|
||||
);
|
||||
foreach($values as $name => &$val)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user