Mark Scherer 10 年 前
コミット
73f82701cf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Network/Email/Email.php

+ 1 - 1
src/Network/Email/Email.php

@@ -75,7 +75,7 @@ class Email extends ToolsEmail {
 	 * @param string $message Message to wrap
 	 * @return array Wrapped message
 	 */
-	protected function _wrap($message, $wrapLength = CakeEmail::LINE_LENGTH_MUST) {
+	protected function _wrap($message, $wrapLength = Email::LINE_LENGTH_MUST) {
 		if ($this->_wrapLength !== null) {
 			$wrapLength = $this->_wrapLength;
 		}