commit | fcb8c9ebe9aa6725ed8a899a1db0c2728974a86f | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Aug 10 08:28:39 2011 -0600 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Aug 10 08:28:39 2011 -0600 |
tree | 5274446e601c3a53220d3c5e3cf57b4b70351e77 | |
parent | 62f04a6248ff5d6d76e94297e1f13b4d5960c2ec [diff] |
Fixed typo in ActiveRecord.
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 2af3553..0238c73 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -1322,7 +1322,7 @@ { if ($this->db_debug) { - return $this->display_error('db_myst_use_index'); + return $this->display_error('db_must_use_index'); } return FALSE;