]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing syntax error
authorThomas Müller <thomas.mueller@tmit.eu>
Sat, 16 Jun 2012 15:53:14 +0000 (17:53 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Sat, 16 Jun 2012 15:53:14 +0000 (17:53 +0200)
3rdparty/MDB2/Schema/Writer.php

index 96dd2bed0fb92ecf0419dbab29c70644f91883bb..3eaa39a207196c80b3a60dc2f11707df0ea9c66d 100644 (file)
@@ -80,6 +80,7 @@ class MDB2_Schema_Writer
     function __construct($valid_types = array())
     {
         $this->valid_types = $valid_types;
+    }
 
     // }}}
     // {{{ raiseError()