getInfoFor
以下のサンプルコードのメソッドを使用してreview_historyにアクセスできません。
<div tal:define = "review_history python:wtool.getInfoFor(here, 'review_history', []);
review_history python: portal.reverseList(review_history)"
tal:repeat="items review_history">
<span tal:content="python: review_history" />
</div>
システムにログインすると、review_history変数の内容を確認できますが、未登録のユーザーとして表示すると、空のリストのみが表示されます。誰かがこれに出くわしたことがあり、誰もが利用できるように修正する方法はありますか?