From f1fe99a95ab9d2811e232c8feb3c75d489531aee Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Thu, 12 Aug 2010 07:55:53 -0400 Subject: [PATCH] Use super() instead of SUPER. --- lib/WebGUI/Asset/Wobject/Collaboration.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Collaboration.pm b/lib/WebGUI/Asset/Wobject/Collaboration.pm index a3373f0fb..eae924877 100644 --- a/lib/WebGUI/Asset/Wobject/Collaboration.pm +++ b/lib/WebGUI/Asset/Wobject/Collaboration.pm @@ -1643,7 +1643,7 @@ sub www_edit { # Unarchive All needs to be an asset helper #$self->getAdminConsole->addConfirmedSubmenuItem($self->getUrl('func=unarchiveAll'),$i18n->get("unarchive all"),$i18n->get("unarchive confirm")); #return $self->getAdminConsole->render($self->getEditForm->toHtml,$i18n->get("assetName")); - return $self->SUPER::www_edit; + super(); } #-------------------------------------------------------------------