Changeset 19583


Ignore:
Timestamp:
2010/11/07 05:20:26 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/plugin/TestPlugin1/TestPlugin1.php

    r19582 r19583  
    3939        $data = array( 
    4040          'plugin_name' => $this->getName(), 
    41           'path' => realpath(DATA_DIR.'/plugin/'.$objForm->getValue('plugin_name').'/'), 
     41          'path' => realpath(DATA_DIR.'/plugin/'.$this->getName().'/'), 
    4242          'enable' => '1', 
    4343          'del_flg' => '0', 
Note: See TracChangeset for help on using the changeset viewer.