- Timestamp:
- 06/01/06 12:16:40 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/snippets/modules/snippet/actions/actions.class.php
r2 r7 76 76 $this->comments = $this->snippet->getSnippetComments(); 77 77 } 78 79 public function executeShowByComment() 80 { 81 $this->snippet = SnippetSnippetPeer::retrieveByComment($this->getRequestParameter('id')); 82 $this->forward404Unless($this->snippet); 83 84 $this->comments = $this->snippet->getSnippetComments(); 85 } 78 86 79 87 public function executeDelete()
