diff options
Diffstat (limited to 'www/trac-watchlist/files/patch-tracwatchlist_plugin.py')
-rw-r--r-- | www/trac-watchlist/files/patch-tracwatchlist_plugin.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/trac-watchlist/files/patch-tracwatchlist_plugin.py b/www/trac-watchlist/files/patch-tracwatchlist_plugin.py deleted file mode 100644 index 648b58af7900..000000000000 --- a/www/trac-watchlist/files/patch-tracwatchlist_plugin.py +++ /dev/null @@ -1,11 +0,0 @@ ---- tracwatchlist/plugin.py.orig 2012-04-05 10:15:12 UTC -+++ tracwatchlist/plugin.py -@@ -527,7 +527,7 @@ class WatchlistPlugin(Component): - self.set_notify(req, realm, res) - db.commit() - if redirectback and len(new_res) == 1: -- req.redirect(req.href(realm,new_res[0])) -+ req.redirect(req.href(realm,list(new_res)[0])) - action = 'view' - - elif action == "unwatch": |