summaryrefslogtreecommitdiffstats
path: root/3rdparty
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-06-16 19:04:50 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-06-16 19:04:50 +0200
commit7f1e0287a91dd39403d68426258c93b3c6992382 (patch)
treee121c2bff97863b4b192793f08c6f181a9a29c1f /3rdparty
parentaf1cdbda72c0910b6d2f9c46babd01f1fd8b7f77 (diff)
parent1118498050c3098e23bafe9e6dc78a465d913531 (diff)
downloadnextcloud-server-7f1e0287a91dd39403d68426258c93b3c6992382.tar.gz
nextcloud-server-7f1e0287a91dd39403d68426258c93b3c6992382.zip
Merge branch 'master' into calendar_repeat
Diffstat (limited to '3rdparty')
-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()