mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	Merge branch 'dev' of https://github.com/v2board/v2board into dev
This commit is contained in:
		| @@ -19,7 +19,7 @@ class PlanService | |||||||
|     { |     { | ||||||
|         if ($this->plan->capacity_limit === NULL) return true; |         if ($this->plan->capacity_limit === NULL) return true; | ||||||
|         $count = self::countActiveUsers(); |         $count = self::countActiveUsers(); | ||||||
|         $count = $count[$this->plan->id]; |         $count = $count[$this->plan->id]['count'] ?? 0; | ||||||
|         return ($this->plan->capacity_limit - $count) > 0; |         return ($this->plan->capacity_limit - $count) > 0; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user