- Timestamp:
- 07/20/2008 08:34:36 PM (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/payment/libraries/drivers/Payment/Yourpay.php
r3163 r3168 56 56 { 57 57 // Check to make sure the certificate is valid 58 $this->certificate = (file_exists($config['certificate'])) ? $config['certificate'] : FALSE;58 $this->certificate = is_file($config['certificate']) ? $config['certificate'] : FALSE; 59 59 60 60 if (!$this->certificate)
