Skip to content
This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Commit b4c044c

Browse files
authored
Merge pull request #116 from SemanticMediaWiki/rmdefault
Remove property default
2 parents 436b798 + 7a6f4b7 commit b4c044c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queryprinters/SM_MapPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected function getParameterInfo() {
9898
];
9999

100100
$params['ajaxcoordproperty'] = array(
101-
'default' => 'Has coordinates',
101+
'default' => '',
102102
);
103103

104104
$params['ajaxquery'] = array(

0 commit comments

Comments
 (0)