summaryrefslogtreecommitdiffstats
path: root/3rdparty/MDB2
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-06-16 17:53:14 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2012-06-16 17:53:14 +0200
commita91e3d68b0727c4e3c93056b72161cfeaa3c09e9 (patch)
tree645a03198b885bf87543fdb8e595192b90be98cb /3rdparty/MDB2
parent709dbd82a60363555b613b381f73d942f9fdbcc4 (diff)
downloadnextcloud-server-a91e3d68b0727c4e3c93056b72161cfeaa3c09e9.tar.gz
nextcloud-server-a91e3d68b0727c4e3c93056b72161cfeaa3c09e9.zip
fixing syntax error
Diffstat (limited to '3rdparty/MDB2')
-rw-r--r--3rdparty/MDB2/Schema/Writer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/MDB2/Schema/Writer.php b/3rdparty/MDB2/Schema/Writer.php
index 96dd2bed0fb..3eaa39a2071 100644
--- a/3rdparty/MDB2/Schema/Writer.php
+++ b/3rdparty/MDB2/Schema/Writer.php
@@ -80,6 +80,7 @@ class MDB2_Schema_Writer
function __construct($valid_types = array())
{
$this->valid_types = $valid_types;
+ }
// }}}
// {{{ raiseError()