Small code cleanup by Falk Doering:
- PHP6 forward compatibility on accessing strings - Better indenting, other cleanups on the plugin API file
This commit is contained in:
@ -34,7 +34,7 @@ if (!$d) {
|
||||
$const = array();
|
||||
$const['checked'] = get_defined_constants();
|
||||
while(($file = readdir($d)) !== false) {
|
||||
if ($file{0} == '.') {
|
||||
if ($file[0] == '.') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user