Skip to content

Commit

Permalink
Update install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Sep 13, 2024
1 parent db37f83 commit 973d11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
*/
if (rex_version::compare('5.1.0', $this->getVersion(), '>')) {
$sql = rex_sql::factory();
$sql->setTable('neues_entry');
$sql->setTable(rex::getTable('neues_entry'));
$sql->setWhere('status', 2);
$sql->setValue('status', -2);
$sql->update();
Expand Down

0 comments on commit 973d11e

Please sign in to comment.