Skip to content

Commit

Permalink
Removed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 22, 2011
1 parent b52f1fe commit 2b0b134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/sfPropelORMPluginConfiguration.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ class sfPropelORMPluginConfiguration extends sfPluginConfiguration
public function initialize()
{
sfConfig::set('sf_orm', 'propel');

if (!sfConfig::get('sf_admin_module_web_dir'))
{
sfConfig::set('sf_admin_module_web_dir', '/sfPropelORMPlugin');
}

sfToolkit::addIncludePath(array(
sfConfig::get('sf_root_dir'),
sfConfig::get('sf_phing_path'),
sfConfig::get('sf_propel_path'),
sfConfig::get('sf_phing_path').'/../',
));

require_once 'runtime/lib/Propel.php';

if (!Propel::isInit())
Expand Down

0 comments on commit 2b0b134

Please sign in to comment.