mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
ckeditor fixes
demo-plugin TemproryApcStorage
This commit is contained in:
parent
000711086a
commit
844afadd6f
40 changed files with 2371 additions and 197 deletions
|
|
@ -5,12 +5,12 @@ namespace RainLoop\Providers;
|
|||
class Suggestions extends \RainLoop\Providers\AbstractProvider
|
||||
{
|
||||
/**
|
||||
* @var \RainLoop\Providers\Suggestions\SuggestionsInterface
|
||||
* @var \RainLoop\Providers\Suggestions\ISuggestions
|
||||
*/
|
||||
private $oDriver;
|
||||
|
||||
/**
|
||||
* @param \RainLoop\Providers\Suggestions\SuggestionsInterface|null $oDriver = null
|
||||
* @param \RainLoop\Providers\Suggestions\ISuggestions|null $oDriver = null
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
@ -37,6 +37,6 @@ class Suggestions extends \RainLoop\Providers\AbstractProvider
|
|||
*/
|
||||
public function IsActive()
|
||||
{
|
||||
return $this->oDriver instanceof \RainLoop\Providers\Suggestions\SuggestionsInterface;
|
||||
return $this->oDriver instanceof \RainLoop\Providers\Suggestions\ISuggestions;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue