fixed bug 746433
This commit is contained in:
parent
8e7dbc8e02
commit
c1db1392b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue