Skip to content

Commit

Permalink
return 0 for gc()
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Sep 8, 2023
1 parent be3326a commit 6e788cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Core/Model/Resource/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,6 @@ public function gc($sessMaxLifeTime): int|false
return $this->_write->delete($this->_sessionTable, $where);
}
}
return false;
return 0;
}
}

0 comments on commit 6e788cb

Please sign in to comment.