Fixing for remote loading of Wikis.
This commit is contained in:
parent
de0655c12e
commit
9733543035
@ -234,7 +234,7 @@ Tiddler >> fromDictionary: aDictionary [
|
||||
revision: (aDictionary at: 'revision' ifAbsentPut: [ nil ]).
|
||||
customKeys := aDictionary keys
|
||||
copyWithoutAll: (self class instanceVariables collect: [ :each | each name ]).
|
||||
(customKeys includesKey: 'uid') ifFalse: [ self uidGenerator ].
|
||||
(customKeys includes: 'uid') ifFalse: [ self uidGenerator ].
|
||||
customKeys do: [:key | | valueTemp |
|
||||
valueTemp := aDictionary at: key.
|
||||
valueTemp class = Array
|
||||
|
Loading…
Reference in New Issue
Block a user