fix broken API
This commit is contained in:
parent
9db6ac268b
commit
0b1a445027
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ class RedmineBackend(BaseBackend, ICapContent):
|
||||||
content.content = data
|
content.content = data
|
||||||
return content
|
return content
|
||||||
|
|
||||||
def push_content(self, content, message=None):
|
def push_content(self, content, message=None, minor=False):
|
||||||
try:
|
try:
|
||||||
_type, project, page = self.id2path(content.id)
|
_type, project, page = self.id2path(content.id)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue