From 193768e670c151b56f29c9a919bfd69d6c8f48b5 Mon Sep 17 00:00:00 2001 From: staydecent Date: Fri, 12 Aug 2011 12:02:08 -0700 Subject: [PATCH 1/2] Comment in config/error editied from application/log.txt to storage/log.txt (Issue #48) --- application/config/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/error.php b/application/config/error.php index f186ca89..885e95c1 100644 --- a/application/config/error.php +++ b/application/config/error.php @@ -46,7 +46,7 @@ return array( | level such as "Parsing Error" or "Fatal Error". | | A simple logging system has been setup for you. By default, all errors - | will be logged to the application/log.txt file. + | will be logged to the storage/log.txt file. | */ From a7af884229bbd80048584da6035a94ccceb9d718 Mon Sep 17 00:00:00 2001 From: staydecent Date: Fri, 12 Aug 2011 12:30:55 -0700 Subject: [PATCH 2/2] Fixed typo on line 12 of system/db/eloquent/model.php --- system/db/eloquent/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/db/eloquent/model.php b/system/db/eloquent/model.php index 8e8c9fb8..dedf4777 100644 --- a/system/db/eloquent/model.php +++ b/system/db/eloquent/model.php @@ -9,7 +9,7 @@ use System\DB\Manager; abstract class Model { /** - * The connection that shold be used for the model. + * The connection that should be used for the model. * * @var string */