Show
Ignore:
Timestamp:
07/11/08 19:02:40 (4 months ago)
Author:
aarkerio
Message:

Feeders

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/controllers/news_controller.php

    r647 r648  
    8686   $this->News->unbindModel(array('hasMany'=>array('Discussion'))); 
    8787 
    88    $news = $this->News->findAll($conditions, $fields, $order, $limit); 
     88   $newss = $this->News->findAll($conditions, $fields, $order, $limit); 
    8989    
    90    $this->set(compact('channelData', 'news'));     
     90   $this->set(compact('channelData', 'newss'));     
    9191 } 
    9292