##// END OF EJS Templates
don't use global pylons config
marcink -
r3382:b8cb1fe6 beta
parent child Browse files
Show More
@@ -1051,7 +1051,8 b' def urlify_commit(text_, repository=None'
1051 1051 newtext = urlify_changesets(escaper(text_), repository)
1052 1052
1053 1053 try:
1054 conf = config['app_conf']
1054 from rhodecode import CONFIG
1055 conf = CONFIG
1055 1056
1056 1057 # allow multiple issue servers to be used
1057 1058 valid_indices = [
General Comments 0
You need to be logged in to leave comments. Login now