Changeset 21592 for branches/version-2_12-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php
- Timestamp:
- 2012/03/05 23:00:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php
r21591 r21592 117 117 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance(); 118 118 $objPlugin->doAction('lc_page_admin_design_template_action_download', array($this)); 119 119 120 120 if ($this->doDownload($template_code) !== false) { 121 121 // ブラウザに出力し, 終了する
Note: See TracChangeset
for help on using the changeset viewer.