Fix syntax errors
This commit is contained in:
parent
1f7d51be85
commit
042ff6f7c9
1 changed files with 2 additions and 2 deletions
|
@ -778,8 +778,8 @@ class database_driver extends calendar_driver
|
|||
$attachment['name'],
|
||||
$attachment['mimetype'],
|
||||
strlen($attachment['data']),
|
||||
base64_encode($attachment['data']),
|
||||
);
|
||||
base64_encode($attachment['data'])
|
||||
));
|
||||
|
||||
return $this->rc->db->affected_rows($query);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue