aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper/database.php
diff options
context:
space:
mode:
authorhubaishan <saeed@hubaishan.com>2018-10-01 20:25:55 +0300
committerhubaishan <saeed@hubaishan.com>2018-10-01 20:25:55 +0300
commit3a2374e37c92bece4a7c87484ff4e8e22697142f (patch)
tree8da9484ca610d817636b73c490736df15935879b /phpBB/phpbb/install/helper/database.php
parent001f32da95d4f8697ccc9a6107afc8dc68cbe48e (diff)
downloadforums-3a2374e37c92bece4a7c87484ff4e8e22697142f.tar
forums-3a2374e37c92bece4a7c87484ff4e8e22697142f.tar.gz
forums-3a2374e37c92bece4a7c87484ff4e8e22697142f.tar.bz2
forums-3a2374e37c92bece4a7c87484ff4e8e22697142f.tar.xz
forums-3a2374e37c92bece4a7c87484ff4e8e22697142f.zip
[ticket/15817] Fix installtion failed with Oracle
Fix installtion failed with Oracle PHPBB3-15817
Diffstat (limited to 'phpBB/phpbb/install/helper/database.php')
-rw-r--r--phpBB/phpbb/install/helper/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/helper/database.php b/phpBB/phpbb/install/helper/database.php
index 21af652f9d..fa5a10c6fc 100644
--- a/phpBB/phpbb/install/helper/database.php
+++ b/phpBB/phpbb/install/helper/database.php
@@ -76,7 +76,7 @@ class database
'LABEL' => 'Oracle',
'SCHEMA' => 'oracle',
'MODULE' => 'oci8',
- 'DELIM' => '/',
+ 'DELIM' => ';',
'DRIVER' => 'phpbb\db\driver\oracle',
'AVAILABLE' => true,
'2.0.x' => false,