mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-10-31 11:15:58 +08:00 
			
		
		
		
	fxo: fix issue with get php runtime version failed (#9017)
This commit is contained in:
		
							parent
							
								
									fd5437139b
								
							
						
					
					
						commit
						5b9e13f35b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -108,7 +108,7 @@ func (a AppService) PageApp(ctx *gin.Context, req request.AppSearch) (interface{ | |||
| 	lang := strings.ToLower(common.GetLang(ctx)) | ||||
| 	for _, ap := range apps { | ||||
| 		if req.Type == "php" { | ||||
| 			if ap.RequiredPanelVersion == 0 || !common.CompareAppVersion(fmt.Sprintf("%f", ap.RequiredPanelVersion), common.GetSystemVersion(info.SystemVersion)) { | ||||
| 			if ap.RequiredPanelVersion == 0 || !common.CompareAppVersion(common.GetSystemVersion(info.SystemVersion), fmt.Sprintf("%f", ap.RequiredPanelVersion)) { | ||||
| 				continue | ||||
| 			} | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue