From: Thomas Müller Date: Sat, 16 Jun 2012 15:53:14 +0000 (+0200) Subject: fixing syntax error X-Git-Tag: v4.5.0beta1~74^2~415^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a91e3d68b0727c4e3c93056b72161cfeaa3c09e9;p=nextcloud-server.git fixing syntax error --- 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()