Changeset 19414


Ignore:
Timestamp:
2010/11/07 02:50:19 (13 years ago)
Author:
miningbrownie
Message:

auto commit by watch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php

    r19413 r19414  
    7777            case 'install': 
    7878                $objQuery = new SC_Query(); 
    79                 $objQuery->get("dtb_plugin", "plugin_id", "plugin_name = ?",array($objForm)) 
     79                $objQuery->get("dtb_plugin", "plugin_id", "plugin_name = ?",array($objForm->getValue('plugin_name'))); 
     80                 
    8081                break; 
    8182            case 'uninstall': 
Note: See TracChangeset for help on using the changeset viewer.