Changeset 3874:ab8368569446 for inc/admin/class.dc.menu.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.menu.php
r3731 r3874 20 20 $this->title = $title; 21 21 $this->itemSpace = $itemSpace; 22 $this->pinned = array();23 $this->items = array();22 $this->pinned = []; 23 $this->items = []; 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.