Development

Changeset 10053

You must first sign up to be able to contribute.

Changeset 10053

Show
Ignore:
Timestamp:
07/01/08 22:23:30 (5 months ago)
Author:
dwhittle
Message:

sfPropelPlugin: fixed plugin config path (closes #3879)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelPlugin/branches/1.3/config/config.php

    r9766 r10053  
    11<?php 
    22 
    3 set_include_path(get_include_path().PATH_SEPARATOR.sfConfig::get('sf_root_dir').PATH_SEPARATOR.sfConfig::get('sf_symfony_lib_dir').PATH_SEPARATOR.realpath(dirname(__FILE__).'/../lib/vendor/').'/'); 
     3set_include_path(sfConfig::get('sf_root_dir').PATH_SEPARATOR.sfConfig::get('sf_symfony_lib_dir').PATH_SEPARATOR.realpath(dirname(__FILE__).'/../lib/vendor/').'/'.PATH_SEPARATOR.get_include_path());