Changeset 7110 for branches/1.1/bb-includes/class.bb-dir-map.php
- Timestamp:
- 08/03/2020 01:20:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bb-includes/class.bb-dir-map.php
r6153 r7110 74 74 if ( in_array($this->_current_file, array('.', '..')) ) 75 75 continue; 76 if ( !$this->dots && '.' == $this->_current_file {0})76 if ( !$this->dots && '.' == $this->_current_file[0] ) 77 77 continue; 78 78
Note: See TracChangeset
for help on using the changeset viewer.