karensg/crowd-summary

All document are returned when a user opens personal version of the document

Closed this issue · 2 comments

All document are returned when a user opens personal version of the document

Fixed by $summary = $this->Summary->find('all', array('conditions' => array('Summary.user_id' => $user['id'], 'Sentence.document_id' => $this->Document->id)));
right?

Yes, fixed