Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用
Revisão | e874700b55c8e52c59737c6405e96c0478b5aee5 (tree) |
---|---|
Hora | 2012-12-16 17:41:46 |
Autor | reine <reine@user...> |
Commiter | reine |
FIX: コメントテンプレートで使用される変数"authtext"にテンプレートが読み込まれない不具合を修正。
@@ -94,7 +94,7 @@ class COMMENTACTIONS extends BaseActions { | ||
94 | 94 | // begin if: member comment |
95 | 95 | if ($comment['memberid'] != 0) |
96 | 96 | { |
97 | - $comment['authtext'] = $template['COMMENTS_AUTH']; | |
97 | + $comment['authtext'] = $this->template['COMMENTS_AUTH']; | |
98 | 98 | |
99 | 99 | $mem =& $manager->getMember($comment['memberid']); |
100 | 100 | $comment['user'] = $mem->getDisplayName(); |