Changeset 19426


Ignore:
Timestamp:
2010/11/07 02:53:44 (16 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

    r19424 r19426  
    8484                    $data = array( 
    8585                      'plugin_name' => $objForm->getValue('plugin_name'), 
    86                       'path' => realpath(DATA_DIR.'/plugin/'.$objForm->getValue('plugin_name')."/" 
     86                      'path' => realpath(DATA_DIR.'/plugin/'.$objForm->getValue('plugin_name')."/", 
     87                    'enable' => '1', 
     88                     
    8789                       
    8890                     
Note: See TracChangeset for help on using the changeset viewer.