mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +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
|
public function AddCss(string $sFile, bool $bAdminScope = false) : self
|
||||||
{
|
{
|
||||||
if ($this->bIsEnabled) {
|
if ($this->bIsEnabled) {
|
||||||
$this->aCss[$bAdminScope ? 1 : 0] = $sFile;
|
$this->aCss[$bAdminScope ? 1 : 0][] = $sFile;
|
||||||
}
|
}
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue