Skip to content
Snippets Groups Projects
Commit 253bb383 authored by Laurent's avatar Laurent
Browse files

fix merge

parent 1736d74a
Branches
Tags
1 merge request!2334Master
Pipeline #1379 failed with stage
in 6 minutes and 2 seconds
......@@ -85,7 +85,7 @@ class Class_Admin_Skin {
public function renderMenuIconOn($name, $view, $attribs = []) {
if (!$src = $this->getIconUrlOn('icons', $name))
if (!$src = $this->getIconUrl('icons', $name))
return '';
return $view->tagImg($src,$attribs);
......@@ -93,7 +93,7 @@ class Class_Admin_Skin {
public function renderActionIconOn($name, $view, $attribs = []) {
if (!$src = $this->getIconUrlOn('actions', $name))
if (!$src = $this->getIconUrl('actions', $name))
return '';
return $view->tagImg($src, $attribs);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment