Skip to content

Commit 424b97b

Browse files
author
Daniel Kinzler
committed
syntax fix
git-svn-id: https://svn.toolserver.org/svnroot/daniel/duesenstuff/trunk/gpClient@543 9f2c43bc-b3c0-43f4-b155-41619b16f219
1 parent ce26fc4 commit 424b97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/gpMediaWiki.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ public function strip( $where, $join = null, $inverse = false ) { #TODO: port to
515515
$join .= ' JOIN ';
516516
$join .= $this->glue->wiki_table( $t );
517517
$join .= ' ON ';
518-
$join .= $this->glue->condition_sql($on, false)
518+
$join .= $this->glue->condition_sql($on, false);
519519
}
520520
}
521521
}

0 commit comments

Comments
 (0)