mirror of
				https://github.com/crypto-pro-web/crypto-pro-php.git
				synced 2025-10-31 02:13:23 +03:00 
			
		
		
		
	Заменил обращение к CP_MY_STORE на static
This commit is contained in:
		
							parent
							
								
									612031c8dc
								
							
						
					
					
						commit
						1ded89c73e
					
				| @ -54,7 +54,7 @@ class CryptoPro | ||||
| 		{ | ||||
| 			$certificates = self::getCertificatesFromStore( | ||||
| 				CADESCOM_STORE_LOCATION::CURRENT_USER_STORE, | ||||
| 				self::CP_MY_STORE, | ||||
| 				static::CP_MY_STORE, | ||||
| 				false | ||||
| 			); | ||||
| 		} | ||||
| @ -98,7 +98,7 @@ class CryptoPro | ||||
| 		{ | ||||
| 			$certificates = self::getCertificatesFromStore( | ||||
| 				CADESCOM_STORE_LOCATION::CONTAINER_STORE, | ||||
| 				self::CP_MY_STORE, | ||||
| 				static::CP_MY_STORE, | ||||
| 				false | ||||
| 			); | ||||
| 		} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user