Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/7522
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Sep 1, 2019
1 parent f073441 commit cdf701a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/system/library/session.php
Expand Up @@ -84,7 +84,7 @@ public function close() {
/**
*
*/
public function __destruct() {
public function destroy() {
$this->adaptor->destroy($this->session_id);
}
}

0 comments on commit cdf701a

Please sign in to comment.