Changeset 2209 for trunk/system/libraries/Payment.php
- Timestamp:
- 03/02/2008 06:09:03 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Payment.php
r1952 r2209 68 68 69 69 // Merge the default config with the passed config 70 $this->config = array_merge($this->config, $config);70 is_array($config) AND $this->config = array_merge($this->config, $config); 71 71 72 72 // Set driver name
