rabin 5 years ago
parent
commit
a4b9b2fd82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/src/Buy.php

+ 1 - 1
service/src/Buy.php

@@ -9,7 +9,7 @@ class Buy extends Base
     {
     	parent::__construct();
 
-    	if (!$this->user || ($this->user && $this->user < 0)) {
+    	if (!$this->user || ($this->user && $this->user['id'] < 0)) {
     		return $this->location('home');
     	}