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/sqlite/sqlite_utility.php b/system/database/drivers/sqlite/sqlite_utility.php index 2fd5c85..222d027 100644 --- a/system/database/drivers/sqlite/sqlite_utility.php +++ b/system/database/drivers/sqlite/sqlite_utility.php
@@ -44,7 +44,7 @@ protected function _backup($params = array()) { // Currently unsupported - return $this->db->display_error('db_unsuported_feature'); + return $this->db->display_error('db_unsupported_feature'); } }