From bb65765d70187205d7d89979d1a2a139e9e52c0b Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Fri, 27 Sep 2013 21:31:35 -0400 Subject: [PATCH] Updated additional references of Cake to CakePHP --- app/Config/database.php.default | 2 +- app/Config/email.php.default | 2 +- app/Model/AppModel.php | 2 +- lib/Cake/Console/ShellDispatcher.php | 2 +- lib/Cake/Model/Datasource/CakeSession.php | 10 +++++----- lib/Cake/Utility/Xml.php | 2 +- lib/Cake/bootstrap.php | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/Config/database.php.default b/app/Config/database.php.default index 684fecdf9..47613acf1 100644 --- a/app/Config/database.php.default +++ b/app/Config/database.php.default @@ -2,7 +2,7 @@ /** * This is core configuration file. * - * Use it to configure core behaviour of Cake. + * Use it to configure core behaviour of CakePHP. * * PHP 5 * diff --git a/app/Config/email.php.default b/app/Config/email.php.default index a2d355e47..717a45860 100644 --- a/app/Config/email.php.default +++ b/app/Config/email.php.default @@ -2,7 +2,7 @@ /** * This is email configuration file. * - * Use it to configure email transports of Cake. + * Use it to configure email transports of CakePHP. * * PHP 5 * diff --git a/app/Model/AppModel.php b/app/Model/AppModel.php index c47d72922..5b79d2a04 100644 --- a/app/Model/AppModel.php +++ b/app/Model/AppModel.php @@ -1,6 +1,6 @@