Skip to content

Commit

Permalink
refs #1300
Browse files Browse the repository at this point in the history
  * 글 더보기 기능 동작시 치환자 동작 오류 수정
  • Loading branch information
inureyes committed Feb 11, 2010
1 parent ef65efc commit d0c0a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/owner/entry/line/more/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dd class="delete input-button" onclick="deleteLine('[##_id_##]');return false;"><span class="text">{$d}</span></dd>
</dl>
EOS;
$conditions['dress'] = array('id'=>'id','date'=>'created','content'=>'content');
$conditions['dress'] = array('id'=>'id','date'=>'created','content'=>'content','permalink'=>'permalink','root'=>'root');
$line = Model_Line::getInstance();
$contentView = $line->getFormattedList($conditions);
if(empty($contentView)) {
Expand Down

0 comments on commit d0c0a2b

Please # to comment.