mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Added Google Viewer Integration (Preview Microsoft Word, Excel and PowerPoint files)
This commit is contained in:
parent
1638b55411
commit
139f412b6a
15 changed files with 254 additions and 42 deletions
|
|
@ -395,7 +395,8 @@ class ServiceActions
|
|||
{
|
||||
$sRawError = '';
|
||||
$this->oActions->SetActionParams(array(
|
||||
'RawKey' => empty($this->aPaths[3]) ? '' : $this->aPaths[3]
|
||||
'RawKey' => empty($this->aPaths[3]) ? '' : $this->aPaths[3],
|
||||
'Params' => $this->aPaths
|
||||
), $sMethodName);
|
||||
|
||||
if (!\call_user_func(array($this->oActions, $sMethodName)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue