Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyraul committed Aug 3, 2023
1 parent 1a795ec commit 842da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private function disableLogged(string $timestamp, ?string $exclude): void
private function disableNotLogged(string $timestamp, ?string $exclude): void
{
$where = [
'logdate is ' => new Zend_Db_Expr('null'),
'logdate is ?' => new Zend_Db_Expr('null'),
'created < ?' => $this->dateTime->formatDate($timestamp),
];
if ($exclude !== null) {
Expand Down

0 comments on commit 842da08

Please sign in to comment.