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 039174a commit db37f83
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 @@ -118,7 +118,7 @@
* Beim Update einer Version vor 5.1.0 wird ein Fehler bei den Status-Werten
* korrigiert. Deleted wird von 2 auf -2 geändert.
*/
if (rex_version::compare('5.1.0', $$this->getVersion(), '>')) {
if (rex_version::compare('5.1.0', $this->getVersion(), '>')) {
$sql = rex_sql::factory();
$sql->setTable('neues_entry');
$sql->setWhere('status', 2);
Expand Down

0 comments on commit db37f83

Please sign in to comment.