##// END OF EJS Templates
configitems: register the 'bugzilla.bzemail' config
Boris Feld -
r33395:b33d6365 default
parent child Browse files
Show More
@@ -325,6 +325,9 b" configitem('bugzilla', 'apikey',"
325 configitem('bugzilla', 'bzdir',
325 configitem('bugzilla', 'bzdir',
326 default='/var/www/html/bugzilla',
326 default='/var/www/html/bugzilla',
327 )
327 )
328 configitem('bugzilla', 'bzemail',
329 default=None,
330 )
328
331
329 class bzaccess(object):
332 class bzaccess(object):
330 '''Base class for access to Bugzilla.'''
333 '''Base class for access to Bugzilla.'''
General Comments 0
You need to be logged in to leave comments. Login now