Changeset 21706


Ignore:
Timestamp:
2012/04/03 19:43:00 (12 years ago)
Author:
Yammy
Message:

プラグインインストール時のシーケンス取得エラー

refs #1692 #1728

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php

    r21705 r21706  
    702702                foreach ($array_hook_point as $hook_point) { 
    703703                    $arr_sqlval_plugin_hookpoint = array(); 
    704                     $id = $objQuery->nextVal('dtb_plugin_hookpoint_id'); 
     704                    $id = $objQuery->nextVal('dtb_plugin_hookpoint_plugin_hookpoint_id'); 
    705705                    $arr_sqlval_plugin_hookpoint['plugin_hookpoint_id'] = $id; 
    706706                    $arr_sqlval_plugin_hookpoint['plugin_id'] = $plugin_id; 
Note: See TracChangeset for help on using the changeset viewer.