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