Development

Changeset 6496

You must first sign up to be able to contribute.

Changeset 6496

Show
Ignore:
Timestamp:
12/14/07 03:19:50 (1 year ago)
Author:
Carl.Vondrick
Message:

fixed type-o

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfLucenePlugin/trunk/lib/task/sfLuceneAboutTask.class.php

    r6489 r6496  
    5757      foreach (sfLucene::getAllInstances() as $search) 
    5858      { 
    59         $this->dispatcher->notify(new sfEvent($this, 'command.log', array( $this->formatter->format(sprintf('For %s/%s:', $search->getParameter('name'), $search->getParameter('name')), array('fg' => 'red', 'bold' => true)) ))); 
     59        $this->dispatcher->notify(new sfEvent($this, 'command.log', array( $this->formatter->format(sprintf('For %s/%s:', $search->getParameter('name'), $search->getParameter('culture')), array('fg' => 'red', 'bold' => true)) ))); 
    6060 
    6161        $segments = $search->segmentCount(); 
  • plugins/sfLucenePlugin/trunk/lib/task/sfLuceneOptimizeTask.class.php

    r6489 r6496  
    7272    $start = microtime(true); 
    7373 
    74     $this->dispatcher->notify(new sfEvent($this, 'command.log', array($this->formatter->format(sprintf('Optimizing "%s/%s" now...', $search->getParameter('name'), $search->getParameter('name')), array('fg' => 'red', 'bold' => true))))); 
     74    $this->dispatcher->notify(new sfEvent($this, 'command.log', array($this->formatter->format(sprintf('Optimizing "%s/%s" now...', $search->getParameter('name'), $search->getParameter('culture')), array('fg' => 'red', 'bold' => true))))); 
    7575 
    7676    $this->dispatcher->notify(new sfEvent($this, 'command.log', array($this->formatter->formatSection('lucene', 'Optimizing...'))));