Development

Changeset 11751

You must first sign up to be able to contribute.

Changeset 11751

Show
Ignore:
Timestamp:
09/23/08 22:07:37 (2 months ago)
Author:
FabianLange
Message:

[doc] fixed enable/disablePlugin[s] method name in doctrine book. fixed #4464

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.2/doctrine_book/en/01-Getting-Started.txt

    r11715 r11751  
    1616    public function setup() 
    1717    { 
    18       $this->enablePlugin('sfDoctrinePlugin'); 
    19       $this->disablePlugin('sfPropelPlugin'); 
     18      $this->enablePlugins('sfDoctrinePlugin'); 
     19      $this->disablePlugins('sfPropelPlugin'); 
    2020    } 
    2121