Commit eee75032 authored by Julien Muchembled's avatar Julien Muchembled

ERP5VCS: fix missing security declaration to Git.remote_git method

parent 59118698
......@@ -91,6 +91,7 @@ class Git(WorkingCopy):
login_list.append((remote_url, user, password))
self._setCookie(self._login_cookie_name, login_list)
security.declarePrivate('remote_git')
def remote_git(self, *args, **kw):
try:
env = kw['env']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment