XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 19, 2009, 6:14:15 PM (15 years ago)
Author:
toemon
Message:

ブロックオプションのうち$this_templateをポストしていなかったため、オプション変更時にデータずれが発生するバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/blocks/authors_block.php

    r120 r121  
    2828                         
    2929                $form  = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />"; 
     30            $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 
     31                $form .= "<br />"; 
    3032                $form .= yes_no_radio_option('options[2]', _MB_XPRESS_SHOW_NUM_OF_POST , $optioncount); 
    3133                $form .= "<br />" . yes_no_radio_option('options[3]', _MB_XPRESS_EXCLUEDEADMIN , $exclude_admin); 
Note: See TracChangeset for help on using the changeset viewer.