Development

Changeset 11007

You must first sign up to be able to contribute.

Changeset 11007

Show
Ignore:
Timestamp:
08/20/08 21:19:31 (2 years ago)
Author:
FabianLange
Message:

renamed ´´sourceDirectory´´ to ´´plugin_dir´´ so that it is aligned with the original plugin_dir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2/lib/plugin/sfSymfonyPluginManager.class.php

    r11005 r11007  
    111111  { 
    112112    $this->installWebContent($event['plugin'],  
    113            isset($event['sourceDirectory']) ? $event['sourceDirectory'] : $this->environment->getOption('plugin_dir')); 
     113           isset($event['plugin_dir']) ? $event['plugin_dir'] : $this->environment->getOption('plugin_dir')); 
    114114  } 
    115115 
  • branches/1.2/lib/task/plugin/sfPluginConfigureCoreTask.class.php

    r11005 r11007  
    5454    { 
    5555      $this->logSection('plugin', 'Configuring core plugin - '.$plugin); 
    56       $this->dispatcher->notify(new sfEvent($this, 'plugin.post_install', array('plugin' => $plugin, 'sourceDirectory' => $corePluginsDir))); 
     56      $this->dispatcher->notify(new sfEvent($this, 'plugin.post_install', array('plugin' => $plugin, 'plugin_dir' => $corePluginsDir))); 
    5757    } 
    5858  } 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.