Changeset 10678
- Timestamp:
- 08/05/08 21:16:07 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
r9924 r10678 9 9 */ 10 10 11 set_include_path( get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/../vendor');11 set_include_path(dirname(__FILE__).'/../vendor'.PATH_SEPARATOR.get_include_path()); 12 12 13 13 /** branches/1.2/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
r9924 r10678 9 9 */ 10 10 11 set_include_path( get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/../vendor');11 set_include_path(dirname(__FILE__).'/../vendor'.PATH_SEPARATOR.get_include_path()); 12 12 13 13 /**