Skip to content
Snippets Groups Projects

Update expenses.civix.php

Closed wintermoor requested to merge (removed):wintermoor-default-patch-98419 into default
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -244,7 +244,7 @@ function _expenses_civix_find_files($dir, $pattern) {
if ($dh = opendir($subdir)) {
while (FALSE !== ($entry = readdir($dh))) {
$path = $subdir . DIRECTORY_SEPARATOR . $entry;
if ($entry{0} == '.') {
if ($entry[0] == '.') {
}
elseif (is_dir($path)) {
$todos[] = $path;
Loading