diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-29 11:21:30 -0700 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-29 11:21:30 -0700 | 
| commit | 6de10a54ddc4273499848be6508b9fd3c9d2c492 (patch) | |
| tree | 38d9cf42bcef9827bcc78b001addb8fd5ec8a1eb /modules | |
| parent | b518a5173da57d65d454518fd2400fe28cdfef3c (diff) | |
Fix typo in the parameter list
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/comment/helpers/comment.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/comment/helpers/comment.php b/modules/comment/helpers/comment.php index 3d743325..f74a8644 100644 --- a/modules/comment/helpers/comment.php +++ b/modules/comment/helpers/comment.php @@ -35,7 +35,7 @@ class comment_Core {     * @return Comment_Model     */    static function create($item, $author, $text, $guest_name=null, -                         $guest_email=ull, $guest_url=null) { +                         $guest_email=null, $guest_url=null) {      $comment = ORM::factory("comment");      $comment->author_id = $author->id;      $comment->guest_email = $guest_email; | 
