summaryrefslogtreecommitdiffstats
path: root/system/codeigniter/Base4.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-10 19:47:59 +0200
committeradmin <devnull@localhost>2006-10-10 19:47:59 +0200
commit7099a589d1719311427d7552523ec962ebc3b650 (patch)
treee6c4c09d62f09e8b6c5f85bd83c7b6eaf4b7fc98 /system/codeigniter/Base4.php
parent1e3039878265b09e85f14e6b5ad3fbb6d4aa24c3 (diff)
Diffstat (limited to 'system/codeigniter/Base4.php')
-rw-r--r--system/codeigniter/Base4.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php
index 8b3dc92f3..9366b4588 100644
--- a/system/codeigniter/Base4.php
+++ b/system/codeigniter/Base4.php
@@ -21,8 +21,8 @@
* This file is used only when Code Igniter is being run under PHP 4.
*
* In order to allow CI to work under PHP 4 we had to make the Loader class
- * the parent class of the Controller Base class. It's the only way we
- * could enable functions like $this->load->library('email') to instantiate
+ * the parent of the Controller Base class. It's the only way we enabled
+ * enable functions like $this->load->library('email') to instantiate
* classes that can then be used within controllers as $this->email->send()
*
* PHP 4 also has trouble referencing the CI super object within application