diff options
author | Andrey Andreev <narf@devilix.net> | 2016-10-17 17:22:43 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-10-17 17:22:43 +0200 |
commit | da270b26d7cb9c55385150659ecfb7d2d97b4c63 (patch) | |
tree | 7a6e37f5e1b0d46bb40e2d7ff03340b10244e9bd /system/database/drivers/ibase | |
parent | c34a3d6d052d2b7ba7955ea2bc70039ce0405b68 (diff) |
Fix #4851
Diffstat (limited to 'system/database/drivers/ibase')
-rw-r--r-- | system/database/drivers/ibase/ibase_forge.php | 2 |
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)) { |