mirror of
https://github.com/znc/znc.git
synced 2026-05-07 05:44:41 +02:00
Fix several issues in modpython.
1. In several cases CString wasn't handled properly. 2. Some container-like object didn't return from functions properly. 3. Buffer.h was missing
This commit is contained in:
@@ -604,3 +604,7 @@ def CreateWebSubPage(name, title='', params=dict(), admin=False):
|
||||
if admin:
|
||||
flags |= CWebSubPage.F_ADMIN
|
||||
return CreateWebSubPage_(name, title, vpair, flags)
|
||||
|
||||
CUser.GetNetworks = CUser.GetNetworks_
|
||||
CIRCNetwork.GetChans = CIRCNetwork.GetChans_
|
||||
CChan.GetNicks = CChan.GetNicks_
|
||||
|
||||
Reference in New Issue
Block a user