commit | 8d3afde93f9ff7f461095d5b9147b662610c045b | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Tue Nov 06 12:53:47 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Tue Nov 06 12:53:47 2012 +0200 |
tree | 736d430cb44106a046c81cbd8e9d3b46e95cafe0 | |
parent | 083e3c8d39a4fb9f8ef37f61f0ea42ec3fe1389f [diff] [blame] |
Fix a lang key typo
diff --git a/system/database/drivers/pdo/pdo_result.php b/system/database/drivers/pdo/pdo_result.php index 1de5a47..32ab1c2 100644 --- a/system/database/drivers/pdo/pdo_result.php +++ b/system/database/drivers/pdo/pdo_result.php
@@ -163,7 +163,7 @@ { if ($this->db->db_debug) { - return $this->db->display_error('db_unsuported_feature'); + return $this->db->display_error('db_unsupported_feature'); } return FALSE;