Files
@ a45191e7c7bb
Branch filter:
Location: kallithea/rhodecode/controllers/followers.py
a45191e7c7bb
2.1 KiB
text/x-python
access control: fix owner checks - they were always true
The lambda expressions seems to be left over from something else. They were no
longer executed and thus always evaluated to true.
Some of the functions also failed if they were executed.
The lambda expressions seems to be left over from something else. They were no
longer executed and thus always evaluated to true.
Some of the functions also failed if they were executed.