Changeset 19582
- Timestamp:
- 2010/11/07 05:20:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/plugin/TestPlugin1/TestPlugin1.php
r19580 r19582 38 38 $arrPlugins = $objQuery->select("plugin_id", "dtb_plugin", "plugin_name = ?",array($this->getName())); 39 39 $data = array( 40 'plugin_name' => $ objForm->getValue('plugin_name'),40 'plugin_name' => $this->getName(), 41 41 'path' => realpath(DATA_DIR.'/plugin/'.$objForm->getValue('plugin_name').'/'), 42 42 'enable' => '1',
Note: See TracChangeset
for help on using the changeset viewer.