Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 40fe80b

Browse files
committed
STYLE: refs #0339. Fix failing style test
1 parent 25b2ee0 commit 40fe80b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/statistics/Notification.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ public function getItemMenuLink($params)
5454
$coreWebroot = $fc->getBaseUrl().'/core';
5555
$moduleWebroot = $fc->getBaseUrl().'/'.$this->moduleName;
5656
return '<li><a href="'.$moduleWebroot.'/item?id='.$params['item']->getKey().
57-
'"><img alt="" src="'.$coreWebroot.'/public/images/icons/metadata.png" /> '.
58-
$this->t('Statistics').'</a></li>';
57+
'"><img alt="" src="'.$coreWebroot.'/public/images/icons/metadata.png" /> '.$this->t('Statistics').'</a></li>';
5958
}
6059

6160
/** get layout footer */

0 commit comments

Comments
 (0)