Skip to content
Snippets Groups Projects
Commit 18f7f582 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #11860 from owncloud/fix-stupid-error-because-im-a-moro

Fix stupid copy paste fail
parents e2001c6d e219d726
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class OC_Setup {
),
'pgsql' => array(
'type' => 'function',
'call' => 'oci_connect',
'call' => 'pg_connect',
'name' => 'PostgreSQL'
),
'oci' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment