Skip to content

Commit

Permalink
Statement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldod committed May 8, 2020
1 parent 8c91b24 commit 8c2cf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function setOrder($order) {

function getUsers_id() {
if (empty($this->users_id)) {
$this->users_id == User::getId();
$this->users_id = User::getId();
}
return $this->users_id;
}
Expand Down

0 comments on commit 8c2cf1e

Please sign in to comment.