Index: openacs-4/packages/xowiki/xowiki.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v diff -u -N -r1.179 -r1.180 --- openacs-4/packages/xowiki/xowiki.info 5 Feb 2019 16:21:49 -0000 1.179 +++ openacs-4/packages/xowiki/xowiki.info 9 Feb 2019 00:18:28 -0000 1.180 @@ -10,7 +10,7 @@ t xowiki - + Gustaf Neumann A xotcl-based enterprise wiki system with multiple object types 2017-08-06 @@ -55,7 +55,7 @@ BSD-Style 2 - + @@ -119,7 +119,7 @@ - + returns [array get {}]" + if {$(item_id) == 0 && [:get_parameter fallback_languages ""] ne ""} { + foreach fallback_lang [:get_parameter fallback_languages ""] { + if {$fallback_lang ne $lang} { + array set "" [:item_info_from_url -with_package_prefix false -default_lang $fallback_lang $object] + if { $(item_id) != 0 } { + :log "item_info_from_url based on fallback_lang <$fallback_lang> returns [array get {}]" + break + } + } } }