From a91e3d68b0727c4e3c93056b72161cfeaa3c09e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Sat, 16 Jun 2012 17:53:14 +0200
Subject: [PATCH] fixing syntax error

---
 3rdparty/MDB2/Schema/Writer.php | 1 +
 1 file changed, 1 insertion(+)

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