mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-21 16:23:58 +01:00
Fix eFiction Base Author URLs.
This commit is contained in:
parent
0233404429
commit
1c431cd972
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class BaseEfictionAdapter(BaseSiteAdapter):
|
|||
"""
|
||||
Get the URL to a user page on this site.
|
||||
"""
|
||||
return "%s?sid=%s" % (self.getUrlForPhp(self.getViewUserPhpName()), userId)
|
||||
return "%s?uid=%s" % (self.getUrlForPhp(self.getViewUserPhpName()), userId)
|
||||
|
||||
@classmethod
|
||||
def getLoginUrl(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue