- fix: notifications from postings

- Refactored the autocommit system to fix the notifications bug above.
This commit is contained in:
JT Smith 2007-01-17 21:34:49 +00:00
parent 2c7f49be9a
commit 02622ea55c
6 changed files with 49 additions and 5 deletions

View file

@ -795,6 +795,7 @@ sub postProcess {
$size += $storage->getFileSize($file);
}
$self->setSize($size);
$self->requestAutoCommit;
}
#-------------------------------------------------------------------