Changeset 875:085c74161772
- Timestamp:
- 08/14/12 16:15:50 (13 years ago)
- Branch:
- sexy
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r873 r875 85 85 $this->settings = new dcSettings($this->core,$this->id); 86 86 87 //$this->themes_path = path::fullFromRoot($this->settings->system->themes_path,DC_ROOT);88 //$this->public_path = path::fullFromRoot($this->settings->system->public_path,DC_ROOT);87 $this->themes_path = path::fullFromRoot($this->settings->system->themes_path,DC_ROOT); 88 $this->public_path = path::fullFromRoot($this->settings->system->public_path,DC_ROOT); 89 89 90 90 $this->post_status['-2'] = __('pending');
Note: See TracChangeset
for help on using the changeset viewer.