Changeset 19430


Ignore:
Timestamp:
2010/11/07 02:55:00 (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

    r19429 r19430  
    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').'/'), 
    8787                    'enable' => '1', 
    8888                    'del_flg' => '0', 
Note: See TracChangeset for help on using the changeset viewer.