Opened 3 years ago

Closed 3 years ago

#1486344 closed Bugs (fixed)

little bug in changeset 3161

Reported by: lacri Owned by:
Priority: 2 Milestone: 0.4-beta
Component: PHP backend Version: git-master
Severity: major Keywords:
Cc:

Description

The error log say by viewing email source

PHP Fatal error: Cannot access private property rcube_imap::$default_charset in /var/www/htdocs/roundcube/program/steps/mail/viewsource.inc on line 28

The var rcube_imap::$default_charset must set from private to public

in rcube_imap.php set
private $default_charset = 'ISO-8859-1';
to
public $default_charset = 'ISO-8859-1';

Change History (1)

comment:1 Changed 3 years ago by alec

  • Component changed from Core functionality to PHP backend
  • Milestone changed from later to 0.4-beta
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r3168/svn.

Note: See TracTickets for help on using tickets.