From fcb8c9ebe9aa6725ed8a899a1db0c2728974a86f Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 10 Aug 2011 08:28:39 -0600 Subject: Fixed typo in ActiveRecord. --- system/database/DB_active_rec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/database') 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; -- cgit v1.2.3-24-g4f1b