fix a typo in the YUI asset toolbar demote/promote
This commit is contained in:
parent
f49c79eed4
commit
96a09a14b9
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
- 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: Anonymous registration form produces invalid html
|
||||
- fixed: DEmote in toolbar menu has PROmote url
|
||||
|
||||
7.5.18
|
||||
- fixed: Collateral Image Manager broken in Firefox 3
|
||||
|
|
|
|||
|
|
@ -1364,7 +1364,7 @@ sub getToolbar {
|
|||
if ($userUiLevel >= $uiLevels->{"demote"}) {
|
||||
$output
|
||||
.= '<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"}) {
|
||||
$output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue