Development

Changeset 7655

You must first sign up to be able to contribute.

Changeset 7655

Show
Ignore:
Timestamp:
02/28/08 10:52:40 (2 years ago)
Author:
fabien
Message:

fixed typo in plugin:list task

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/task/plugin/sfPluginListTask.class.php

    r7397 r7655  
    5050    foreach ($this->getPluginManager()->getInstalledPlugins() as $package) 
    5151    { 
    52       $alias = $this->getPluginManager()->getRegistry()->getChannel($package->getChannel())->getAlias(); 
     52      $alias = $this->getPluginManager()->getEnvironment()->getRegistry()->getChannel($package->getChannel())->getAlias(); 
    5353      $this->log(sprintf(' %-40s %10s-%-6s %s', $this->formatter->format($package->getPackage(), 'INFO'), $package->getVersion(), $package->getState() ? $package->getState() : null, $this->formatter->format(sprintf('# %s (%s)', $package->getChannel(), $alias), 'COMMENT'))); 
    5454    } 

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.