From 107792cca4faf04e7af235465cb89aa93bd11bcd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 12 Jun 2008 04:39:58 +0000 Subject: [PATCH] manageAssets => assetManager --- lib/WebGUI/Asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index d5a181278..fca773257 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1298,7 +1298,7 @@ sub getToolbar { $output .= 'contextMenu.addLink("'.$self->getUrl("func=demote").'","'.$i18n->get("demote").'");'; } if ($userUiLevel >= $uiLevels->{"manage"}) { - $output .= 'contextMenu.addLink("'.$self->getUrl("op=manageAssets").'","'.$i18n->get("manage").'");'; + $output .= 'contextMenu.addLink("'.$self->getUrl("op=assetManager").'","'.$i18n->get("manage").'");'; } $output .= 'contextMenu.print(); //]]>