mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-10-31 18:24:29 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -731,7 +731,7 @@ class GroupsComponent { | ||||
| 	 * @param int $groupID The ID of the target group | ||||
| 	 * @return bool TRUE if the directory is available / FALSE | ||||
| 	 */ | ||||
| 	public function checkDirectoryAvailability(string $directory, int $groupID) : int { | ||||
| 	public function checkDirectoryAvailability(string $directory, int $groupID) : bool { | ||||
| 		$currID = $this->findByVirtualDirectory($directory); | ||||
|  | ||||
| 		//Check if the domain has not been allocated | ||||
|   | ||||
		Reference in New Issue
	
	Block a user