summaryrefslogtreecommitdiffstats
path: root/codebase/db_phpci.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/db_phpci.php')
-rw-r--r--codebase/db_phpci.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/db_phpci.php b/codebase/db_phpci.php
index 3f4221b..f5b317c 100644
--- a/codebase/db_phpci.php
+++ b/codebase/db_phpci.php
@@ -28,7 +28,7 @@ class PHPCIDBDataWrapper extends DBDataWrapper{
return $data;
}
- protected function get_new_id(){
+ public function get_new_id(){
return $this->connection->insert_id();
}