DrTrigon has submitted this change and it was merged. Change subject: bugfix; due to migration '~drtrigon' became 'drtrigonbot' - now more general anyway ......................................................................
bugfix; due to migration '~drtrigon' became 'drtrigonbot' - now more general anyway Change-Id: I0ca5f216d6573f67858f9aac537575f154014bda --- M public_html/cgi-bin/subster_mail_queue.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: DrTrigon: Verified; Looks good to me, approved diff --git a/public_html/cgi-bin/subster_mail_queue.py b/public_html/cgi-bin/subster_mail_queue.py index 5873f82..46a5117 100755 --- a/public_html/cgi-bin/subster_mail_queue.py +++ b/public_html/cgi-bin/subster_mail_queue.py @@ -65,7 +65,7 @@ <td>%s</td> <td>%s</td> </tr>""" -b = "<a href='/~drtrigon/cgi-bin/subster_mail_queue.py?action=content&no=%s'>%s</a>" +b = "<a href='subster_mail_queue.py?action=content&no=%s'>%s</a>" # === functions === === === -- To view, visit https://gerrit.wikimedia.org/r/129309 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0ca5f216d6573f67858f9aac537575f154014bda Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/bots/drtrigonbot Gerrit-Branch: master Gerrit-Owner: DrTrigon <[email protected]> Gerrit-Reviewer: DrTrigon <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
