diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 3532105fd..3a2d0675e 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 5b29ae1a2..ee561b12e 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1364,7 +1364,7 @@ sub getToolbar { if ($userUiLevel >= $uiLevels->{"demote"}) { $output .= '
  • ' . $i18n->get("demote") . '
  • '; + . $self->getUrl("func=demote") . '">' . $i18n->get("demote") . ''; } if ($userUiLevel >= $uiLevels->{"manage"}) { $output