Ticket #2267: sfPropelDatabase.diff
| File sfPropelDatabase.diff, 0.6 kB (added by tohenk, 1 year ago) |
|---|
-
lib/plugins/sfPropelPlugin/lib/propel/database/sfPropelDatabase.class.php
old new 33 33 34 34 public function initialize($parameters = null, $name = 'propel') 35 35 { 36 if (is_null($parameters) || empty($parameters)) 37 { 38 return; 39 } 40 36 41 parent::initialize($parameters); 37 42 38 43 if (!$this->hasParameter('datasource'))