Skip to content

Commit 3cf30e3

Browse files
committed
Merge pull request cakephp#1407 from ravage84/patch-2
Some love for a deprecated class
2 parents 4f745a4 + a397f03 commit 3cf30e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Cake/Controller/Component/EmailComponent.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
* based on the standard outlined in http://www.rfc-editor.org/rfc/rfc2822.txt
3030
*
3131
* @package Cake.Controller.Component
32-
* @link http://book.cakephp.org/2.0/en/core-libraries/components/email.html
33-
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/email.html
34-
* @deprecated Use Network/CakeEmail
32+
* @link http://book.cakephp.org/2.0/en/core-libraries/components/email.html
33+
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/email.html
34+
* @deprecated Will be removed in 3.0. Use Network/CakeEmail instead
3535
*/
3636
class EmailComponent extends Component {
3737

0 commit comments

Comments
 (0)