Changeset 2822
- Timestamp:
- 11/18/08 22:26:59 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/classes/feedbackhandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/classes/feedbackhandler.php
r2801 r2822 149 149 ) 150 150 { 151 Session::notice(_t('Setting the cookie.'), 'comment_' . $comment->id );152 151 $cookie_content = $comment->name . '#' . $comment->email . '#' . $comment->url; 153 152 $site_url = Site::get_path('base',true);
