diff --git a/lib/WebGUI/Macro/AdminBar.pm b/lib/WebGUI/Macro/AdminBar.pm index dbc3b5458..5b0c8c9ec 100644 --- a/lib/WebGUI/Macro/AdminBar.pm +++ b/lib/WebGUI/Macro/AdminBar.pm @@ -63,7 +63,7 @@ sub process { $r = WebGUI::SQL->read($query); while (%hash = $r->hash) { push @item, [ $hash{bufferDate}, - WebGUI::URL::page('func=paste&wid='.$hash{wobjectId}), + WebGUI::URL::page('op=pastePage&pageId='.$hash{pageId}), $hash{title} . ' ('. WebGUI::International::get(2) .')' ]; } $r->finish;