Browse Source

revert method rename

euromark 11 years ago
parent
commit
47f7e32151
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Lib/EmailLib.php

+ 1 - 1
Lib/EmailLib.php

@@ -632,7 +632,7 @@ class EmailLib extends CakeEmail {
 	 *
 	 *
 	 * @return void
 	 * @return void
 	 */
 	 */
-	public function reset() {
+	public function resetAndSet() {
 		parent::reset();
 		parent::reset();
 		$this->_priority = null;
 		$this->_priority = null;
 		$this->_wrapLength = null;
 		$this->_wrapLength = null;