mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 11:09:20 +03:00
Bufix: plugin CSS failed to load
This commit is contained in:
parent
2da1590cd9
commit
b2dd5b7cad
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ class Manager
|
|||
public function AddCss(string $sFile, bool $bAdminScope = false) : self
|
||||
{
|
||||
if ($this->bIsEnabled) {
|
||||
$this->aCss[$bAdminScope ? 1 : 0] = $sFile;
|
||||
$this->aCss[$bAdminScope ? 1 : 0][] = $sFile;
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue