forked from joomla/super-powers
update 2023-07-16 05:50:59
This commit is contained in:
parent
6d2104b780
commit
e22f5e8332
@ -204,7 +204,7 @@ final class Insert extends Database implements InsertInterface
|
||||
$add_version = true;
|
||||
}
|
||||
|
||||
if (!isset($columns['version']))
|
||||
if (!isset($columns['published']))
|
||||
{
|
||||
$columns['published'] = ' (o_O) ';
|
||||
$add_published = true;
|
||||
|
@ -177,7 +177,7 @@
|
||||
$add_version = true;
|
||||
}
|
||||
|
||||
if (!isset($columns['version']))
|
||||
if (!isset($columns['published']))
|
||||
{
|
||||
$columns['published'] = ' (o_O) ';
|
||||
$add_published = true;
|
||||
|
Loading…
Reference in New Issue
Block a user