Fixing content recovery.
This commit is contained in:
parent
06b2aff27e
commit
781f6fde63
@ -75,7 +75,7 @@ HedgeDoc >> pad: anObject [
|
|||||||
HedgeDoc >> retrieveContents [
|
HedgeDoc >> retrieveContents [
|
||||||
self url ifNil: [ ^ self ].
|
self url ifNil: [ ^ self ].
|
||||||
self contents: (self url addPathSegment: 'download') retrieveContents.
|
self contents: (self url addPathSegment: 'download') retrieveContents.
|
||||||
^ self contents.
|
^ self.
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #'as yet unclassified' }
|
{ #category : #'as yet unclassified' }
|
||||||
|
Loading…
Reference in New Issue
Block a user