summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/postgre/postgre_utility.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-26 11:50:03 +0200
committerAndrey Andreev <narf@bofh.bg>2012-03-26 11:50:03 +0200
commit808f3a62f9ca97670e457e1307fe261c42879d28 (patch)
tree1a6f24d41251b2e8c77d326d512c58fb7e013603 /system/database/drivers/postgre/postgre_utility.php
parent0d87bae93d5558f03d8194df13020517e3e84364 (diff)
parent59ad0af04debb4e10e20fbdfc1827a620a88b7be (diff)
Merge upstream branch
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');