Show
Ignore:
Timestamp:
07/11/08 14:50:29 (4 months ago)
Author:
aarkerio
Message:

Update FAQS

Files:
1 modified

Legend:

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

    r540 r643  
    5151         
    5252        $this->set('data',  $this->Faq->findAll($conditions, $fields, $order)); 
    53          
    54         $this->set('catfaq_id', $catfaq_id); 
     53        $this->Faq->Catfaq->unbindAll(); 
     54        $this->set('catfaq', $this->Faq->Catfaq->find(array('Catfaq.id'=>$catfaq_id), array('id', 'title'))); 
    5555 } 
    5656