AES: use ()'s for require_once

All other require_once's use them so for consistency this one ought to too
This commit is contained in:
terrafrost 2013-06-10 16:39:49 -05:00
parent 5c3c9f990f
commit 17d73a4e35

View File

@ -66,7 +66,7 @@
* Include Crypt_Rijndael
*/
if (!class_exists('Crypt_Rijndael')) {
require_once 'Rijndael.php';
require_once('Rijndael.php');
}
/**#@+