Commit: 840ccb00010424cd25fd84a81ca99e5ff7b436e5

Author: alkemann | Date: 2009-12-30 23:27:45 +0100
fixed a bad documentation in `PasteView`
diff --git a/models/PasteView.php b/models/PasteView.php index 6968f4e..3a56c63 100644 --- a/models/PasteView.php +++ b/models/PasteView.php @@ -8,7 +8,8 @@ namespace app\models; * the 'design' condition in a 'find' call on the `Paste` model, ie : * {{{ * $latest = Paste::find('all', array('conditions' => array( - * 'design' => 'latest, + * 'design' => 'latest', + 'view' => 'all', * 'limit' => 10 * ))); * }}}