Changeset 19805 for branches/version-2_5-dev/data/class/SC_Plugin.php
- Timestamp:
- 2010/12/31 23:23:49 (15 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/data/class/SC_Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Plugin.php
r19803 r19805 17 17 function __construct(){ 18 18 if (!defined(PLUGIN_PATH)) { 19 define('PLUGIN_PATH', USER_ FILE_PATH. 'plugins/');19 define('PLUGIN_PATH', USER_REALDIR . 'plugins/'); 20 20 } 21 21 $this->init();
Note: See TracChangeset
for help on using the changeset viewer.
