Fix settings icon fetching
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9159ed3d76
commit
bfc6fc8e50
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class SvgController extends Controller {
|
||||||
|
|
||||||
if ($app === 'settings') {
|
if ($app === 'settings') {
|
||||||
$path = $this->serverRoot . "/settings/img/$fileName.svg";
|
$path = $this->serverRoot . "/settings/img/$fileName.svg";
|
||||||
return $this->getSvg($path, $color);
|
return $this->getSvg($path, $color, $fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
$appPath = \OC_App::getAppWebPath($app);
|
$appPath = \OC_App::getAppWebPath($app);
|
||||||
|
|
Loading…
Reference in a new issue