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