Skip to content
Snippets Groups Projects
Unverified Commit 9ab42de7 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #5096 from JediKev/i18n/openssl-error

i18n: OpenSSL Error
parents 7620b47b af6f0e92
No related branches found
Tags v1.8.0
No related merge requests found
......@@ -534,7 +534,7 @@ abstract class Plugin {
static function isVerified($phar) {
static $pubkey = null;
if (!class_exists('Phar'))
if (!class_exists('Phar') || !extension_loaded('openssl'))
return self::VERIFY_EXT_MISSING;
elseif (!file_exists(INCLUDE_DIR . '/plugins/updates.pem'))
return self::VERIFY_NO_KEY;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment