Changeset 2492:8a25f7bf147d for inc/core/class.dc.core.php
- Timestamp:
- 10/26/13 00:17:52 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.core.php
r2198 r2492 87 87 $this->url = new dcUrlHandlers(); 88 88 89 $this->plugins = new dc Modules($this);89 $this->plugins = new dcPlugins($this); 90 90 91 91 $this->rest = new dcRestServer($this);
Note: See TracChangeset
for help on using the changeset viewer.