Changeset 19424
- Timestamp:
- 2010/11/07 02:53:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php
r19423 r19424 84 84 $data = array( 85 85 'plugin_name' => $objForm->getValue('plugin_name'), 86 'path' => '' 86 'path' => realpath(DATA_DIR.'/plugin/'.$objForm->getValue('plugin_name')."/" 87 87 88 88 89 );
Note: See TracChangeset
for help on using the changeset viewer.