diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-10-28 00:02:38 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-10-28 00:02:38 +0200 |
commit | d29d42d7b93c3abe93662a06272f07d29c22d039 (patch) | |
tree | f42fa652c1559d1f3346887cad241c8ced44a0b6 /phpBB/phpbb | |
parent | 20393592d7c58a548853015cfbf489ea964f3c0f (diff) | |
parent | 3a2374e37c92bece4a7c87484ff4e8e22697142f (diff) | |
download | forums-d29d42d7b93c3abe93662a06272f07d29c22d039.tar forums-d29d42d7b93c3abe93662a06272f07d29c22d039.tar.gz forums-d29d42d7b93c3abe93662a06272f07d29c22d039.tar.bz2 forums-d29d42d7b93c3abe93662a06272f07d29c22d039.tar.xz forums-d29d42d7b93c3abe93662a06272f07d29c22d039.zip |
Merge pull request #5395 from hubaishan/ticket/15817
[ticket/15817] Fix installtion failed with Oracle
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/install/helper/database.php | 2 |
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, |