Skip to content

Commit 5d7f719

Browse files
committed
Remove unused global variable
1 parent ae6ece4 commit 5d7f719

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

specials/SpecialSPARQLEndpoint.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ private function getSPARQLEndpointConfig() {
404404
* @return string $htmlForm
405405
*/
406406
private function getHTMLForm( $query = '' ) {
407-
global $wgArticlePath;
408-
409407
$wRequest = $this->getRequest();
410408
$wUser = $this->getUser();
411409
$uriResolverURI = SpecialPage::getTitleFor( 'URIResolver' )->getFullURL() . '/';

0 commit comments

Comments
 (0)