summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/postgre/postgre_utility.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-26 11:32:32 +0200
committerAndrey Andreev <narf@bofh.bg>2012-03-26 11:32:32 +0200
commit6192bc0cd34e214d5287ba45994d84789def31af (patch)
tree844475e860b0741fd4a55bd33735dac01196dc35 /system/database/drivers/postgre/postgre_utility.php
parenta00e50483ab27d8ba3d3a2aa1a5138bfa8c8be70 (diff)
Improve PostgreSQL DSN string support and add a missing method visibility declaration
Diffstat (limited to 'system/database/drivers/postgre/postgre_utility.php')
-rw-r--r--system/database/drivers/postgre/postgre_utility.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php
index c6b71b4d9..cf29201ff 100644
--- a/system/database/drivers/postgre/postgre_utility.php
+++ b/system/database/drivers/postgre/postgre_utility.php
@@ -78,7 +78,7 @@ class CI_DB_postgre_utility extends CI_DB_utility {
* @param array Preferences
* @return mixed
*/
- function _backup($params = array())
+ public function _backup($params = array())
{
// Currently unsupported
return $this->db->display_error('db_unsuported_feature');