Skip to content

Commit 53e86e3

Browse files
authored
Update LinksToPropertyAnnotator.php
1 parent 6e2fe8c commit 53e86e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PropertyAnnotators/LinksToPropertyAnnotator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function addAnnotation( DIProperty $property, SemanticData $semanticData
8181
$where = [];
8282
$where[] = sprintf( 'pl.pl_from = %s', $page->getArticleID() );
8383
$where[] = sprintf( 'pl.pl_title != %s', $con->addQuotes( $page->getDBkey() ) );
84-
$where[] = sprintf( 'pl.pl_namespace IN (%s)', implode(',', $this->enabledNamespaces ) );
84+
$where[] = sprintf( 'pl.pl_namespace IN (%s)', implode( ',', $this->enabledNamespaces ) );
8585

8686
$res = $con->select(
8787
[ 'pl' => 'pagelinks', 'page' ],

0 commit comments

Comments
 (0)