Changeset 16445
- Timestamp:
- 03/19/09 19:03:10 (4 years ago)
- Files:
-
- branches/1.1/lib/plugin/sfPluginManager.class.php (modified) (1 diff)
- branches/1.2/lib/plugin/sfPluginManager.class.php (modified) (1 diff)
- branches/1.3/lib/plugin/sfPluginManager.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugin/sfPluginManager.class.php
r13634 r16445 339 339 try 340 340 { 341 $this->doInstallPlugin($dependency['name'], array('channel' => $dependency['channel'] ));341 $this->doInstallPlugin($dependency['name'], array('channel' => $dependency['channel'], 'install_deps' => true)); 342 342 } 343 343 catch (sfException $e) branches/1.2/lib/plugin/sfPluginManager.class.php
r13759 r16445 339 339 try 340 340 { 341 $this->doInstallPlugin($dependency['name'], array('channel' => $dependency['channel'] ));341 $this->doInstallPlugin($dependency['name'], array('channel' => $dependency['channel'], 'install_deps' => true)); 342 342 } 343 343 catch (sfException $e) branches/1.3/lib/plugin/sfPluginManager.class.php
r13759 r16445 339 339 try 340 340 { 341 $this->doInstallPlugin($dependency['name'], array('channel' => $dependency['channel'] ));341 $this->doInstallPlugin($dependency['name'], array('channel' => $dependency['channel'], 'install_deps' => true)); 342 342 } 343 343 catch (sfException $e)