log asset exports

This commit is contained in:
Graham Knop 2009-04-23 16:22:13 +00:00
parent 41c92199ac
commit a1cd2e3ad7

View file

@ -350,6 +350,8 @@ sub exportAsHtml {
$session->db->write( "UPDATE asset SET lastExportedAs = ? WHERE assetId = ?",
[ $fullPath, $asset->getId ] );
$self->updateHistory("exported");
# tell the user we did this asset correctly
unless( $quiet ) {
$session->output->print($i18n->get('done'));