Skip to content

Commit

Permalink
Pasto
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Oct 17, 2019
1 parent 1e318a3 commit 275cca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ function sodiumCompatAutoloader($class)
if (PHP_VERSION_ID >= 50300 && !defined('SODIUM_LIBRARY_VERSION_MAJOR')) {
require_once dirname(__FILE__) . '/lib/php72compat_const.php';
}
assert(class_exists('"ParagonIE_Sodium_Compat'), 'Possible filesystem/autoloader bug?');
assert(class_exists('ParagonIE_Sodium_Compat'), 'Possible filesystem/autoloader bug?');
require_once dirname(__FILE__) . '/lib/php72compat.php';
}

0 comments on commit 275cca1

Please sign in to comment.