Show
Ignore:
Timestamp:
03/02/2008 06:09:03 AM (10 months ago)
Author:
armen
Message:

$config could be a string.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Payment.php

    r1952 r2209  
    6868 
    6969                // 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); 
    7171 
    7272                // Set driver name