diff --git a/3rdparty/MDB2/Schema/Writer.php b/3rdparty/MDB2/Schema/Writer.php
index 96dd2bed0fb92ecf0419dbab29c70644f91883bb..3eaa39a207196c80b3a60dc2f11707df0ea9c66d 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()