fixed ac wrapper

This commit is contained in:
Frank Dillon 2006-05-14 19:04:20 +00:00
parent b9d62d4818
commit 7f9c225246

View file

@ -244,7 +244,7 @@ sub www_manageProjects {
|;
}
$output .= "</tbody></table>";
return $output
return $self->_acWrapper($output, $i18n->get("manage projects screen label"));
}
#-------------------------------------------------------------------