Followup to r108744
authorOverlordQ <overlordq@users.mediawiki.org>
Thu, 12 Jan 2012 23:22:09 +0000 (23:22 +0000)
committerOverlordQ <overlordq@users.mediawiki.org>
Thu, 12 Jan 2012 23:22:09 +0000 (23:22 +0000)
includes/db/DatabasePostgres.php

index 38950c3..2f0cdb4 100644 (file)
@@ -1046,7 +1046,7 @@ SQL;
                return 'SearchPostgres';
        }
 
-       protected function streamStatementEnd( &$sql, &$newLine ) {
+       public function streamStatementEnd( &$sql, &$newLine ) {
                # Allow dollar quoting for function declarations
                if ( substr( $newLine, 0, 4 ) == '$mw$' ) {
                        if ( $this->delimiter ) {