fix a typo in the YUI asset toolbar demote/promote

This commit is contained in:
Colin Kuskie 2008-08-01 14:51:45 +00:00
parent f49c79eed4
commit 96a09a14b9
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@
- fixed: Gallery uses too much disk space. Added a way to change an images pixel density. - fixed: Gallery uses too much disk space. Added a way to change an images pixel density.
- fixed: splitCSV and joinCSV had issues with complex CSV data - fixed: splitCSV and joinCSV had issues with complex CSV data
- fixed: Anonymous registration form produces invalid html - fixed: Anonymous registration form produces invalid html
- fixed: DEmote in toolbar menu has PROmote url
7.5.18 7.5.18
- fixed: Collateral Image Manager broken in Firefox 3 - fixed: Collateral Image Manager broken in Firefox 3

View file

@ -1364,7 +1364,7 @@ sub getToolbar {
if ($userUiLevel >= $uiLevels->{"demote"}) { if ($userUiLevel >= $uiLevels->{"demote"}) {
$output $output
.= '<li class="yuimenuitem"><a class="yuimenuitemlabel" href="' .= '<li class="yuimenuitem"><a class="yuimenuitemlabel" href="'
. $self->getUrl("func=promote") . '">' . $i18n->get("demote") . '</a></li>'; . $self->getUrl("func=demote") . '">' . $i18n->get("demote") . '</a></li>';
} }
if ($userUiLevel >= $uiLevels->{"manage"}) { if ($userUiLevel >= $uiLevels->{"manage"}) {
$output $output