fixed typo in name for asset icon
This commit is contained in:
parent
2657e5167e
commit
9a75dc2b44
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ sub getIcon {
|
|||
my $self = shift;
|
||||
my $small = shift;
|
||||
return $session{config}{extrasURL}.'/assets/small/syndicatedContent.gif' if ($small);
|
||||
return $session{config}{extrasURL}.'/assets/syndcatedContent.gif';
|
||||
return $session{config}{extrasURL}.'/assets/syndicatedContent.gif';
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue