mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-04-18 19:33:06 +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