From: Tim Düsterhus Date: Sat, 11 Jun 2016 20:05:29 +0000 (+0200) Subject: Rename Email::$content property to Email::$body X-Git-Tag: 3.0.0_Beta_1~1459 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=90397e0887d811a7a0f44f61d8003fdd571b5f4b;p=GitHub%2FWoltLab%2FWCF.git Rename Email::$content property to Email::$body The body was called body everywhere, but in the property declaration. see f8419d80c08e4f61b105c086e709b1a3867c1f9e --- diff --git a/wcfsetup/install/files/lib/system/email/Email.class.php b/wcfsetup/install/files/lib/system/email/Email.class.php index 15f1f71dd2..15af4756aa 100644 --- a/wcfsetup/install/files/lib/system/email/Email.class.php +++ b/wcfsetup/install/files/lib/system/email/Email.class.php @@ -79,7 +79,7 @@ class Email { * The body of this Email. * @var AbstractMimePart */ - protected $content = null; + protected $body = null; /** * Mail host for use in the Message-Id