- 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:
parent
126978314f
commit
e594cb3d6c
5 changed files with 35 additions and 14 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
|
|
@ -958,7 +958,7 @@ sub definition {
|
|||
push(@{$definition}, {
|
||||
tableName=>'SQLForm',
|
||||
className=>'WebGUI::Asset::Wobject::SQLForm',
|
||||
name=>$i18n->get('assetName'),
|
||||
assetName=>$i18n->get('assetName'),
|
||||
icon=>'sqlform.gif',
|
||||
properties=>{
|
||||
formId => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue