Changeset 7114 for branches/0.9/bb-includes/classes.php
- Timestamp:
- 08/10/2020 07:41:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/bb-includes/classes.php
r6171 r7114 1000 1000 if ( in_array($this->_current_file, array('.', '..')) ) 1001 1001 continue; 1002 if ( !$this->dots && '.' == $this->_current_file {0})1002 if ( !$this->dots && '.' == $this->_current_file[0] ) 1003 1003 continue; 1004 1004
Note: See TracChangeset
for help on using the changeset viewer.