Skip to content
Snippets Groups Projects
Commit 86799ed0 authored by Carlos Martinez's avatar Carlos Martinez
Browse files

Unrecognized parameter: 'plnamespace'. Replaced by 'gplnamespace'

parent aa490ba3
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,7 @@ class Page(object):
return listing.PageProperty(self, 'langlinks', 'll', return_values=('lang', '*'), **kwargs)
def links(self, namespace=None, generator=True, redirects=False):
kwargs = dict(listing.List.generate_kwargs('pl', namespace=namespace))
kwargs = dict(listing.List.generate_kwargs('gpl', namespace=namespace))
if redirects:
kwargs['redirects'] = '1'
if generator:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment