mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-30 07:58:14 +00:00
Fix typo in variable name, doh!
This commit is contained in:
@@ -102,7 +102,7 @@ class MediawikiService(BaseService):
|
|||||||
pwhash = self._gen_mw_hash(password)
|
pwhash = self._gen_mw_hash(password)
|
||||||
self._dbcursor.execute(self.SQL_ENABLE_USER, [pwhash, uid])
|
self._dbcursor.execute(self.SQL_ENABLE_USER, [pwhash, uid])
|
||||||
self._db.connection.commit()
|
self._db.connection.commit()
|
||||||
self._dbcursor.execute(self.SQL_ENABBLE_GROUP, [uid])
|
self._dbcursor.execute(self.SQL_ENABLE_GROUP, [uid])
|
||||||
self._db.connection.commit()
|
self._db.connection.commit()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user