summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/ibase/ibase_forge.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/database/drivers/ibase/ibase_forge.php')
-rw-r--r--system/database/drivers/ibase/ibase_forge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/ibase/ibase_forge.php b/system/database/drivers/ibase/ibase_forge.php
index 9c358c365..b35cc3749 100644
--- a/system/database/drivers/ibase/ibase_forge.php
+++ b/system/database/drivers/ibase/ibase_forge.php
@@ -111,7 +111,7 @@ class CI_DB_ibase_forge extends CI_DB_forge {
* @param string $db_name (ignored)
* @return bool
*/
- public function drop_database($db_name = '')
+ public function drop_database($db_name)
{
if ( ! ibase_drop_db($this->conn_id))
{