Mark Scherer 10 years ago
parent
commit
73f82701cf
1 changed files with 1 additions and 1 deletions
  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;
 		}