summaryrefslogtreecommitdiffstats
path: root/system/database
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-08-10 16:28:39 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-08-10 16:28:39 +0200
commitfcb8c9ebe9aa6725ed8a899a1db0c2728974a86f (patch)
tree5274446e601c3a53220d3c5e3cf57b4b70351e77 /system/database
parent62f04a6248ff5d6d76e94297e1f13b4d5960c2ec (diff)
Fixed typo in ActiveRecord.
Diffstat (limited to 'system/database')
-rw-r--r--system/database/DB_active_rec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php
index 2af3553ed..0238c7348 100644
--- a/system/database/DB_active_rec.php
+++ b/system/database/DB_active_rec.php
@@ -1322,7 +1322,7 @@ class CI_DB_active_record extends CI_DB_driver {
{
if ($this->db_debug)
{
- return $this->display_error('db_myst_use_index');
+ return $this->display_error('db_must_use_index');
}
return FALSE;