- Fixed a problem where you couldn't upgrade directly to 7.3.9 from versions

earlier than 7.3.8.
This commit is contained in:
JT Smith 2007-02-15 23:27:09 +00:00
parent 126978314f
commit e594cb3d6c
5 changed files with 35 additions and 14 deletions

View file

@ -143,7 +143,7 @@ sub commit {
my $self = shift;
$self->SUPER::commit;
$self->notifySubscribers unless ($self->get("skipNotification"));
$self->notifySubscribers unless ($self->shouldSkipNotification);
if ($self->isNew) {
if ($self->session->setting->get("useKarma") && $self->getThread->getParent->get("karmaPerPost")) {