mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-09 11:14:08 +08:00
Fix eFiction Base Author URLs.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user