Skip to content

Commit b143bac

Browse files
committed
修复\目录兼容
1 parent 7dfa093 commit b143bac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/model/doc_fetch.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function processEq($class_name, $path_prefix = '') {
3939
$path_prefix_use = str_replace('\\', '-', $path_prefix);
4040
$path = "{$path_prefix_use}/{$path}";
4141
}
42-
$path_prefix && $path = "{$path_prefix}/{$path}";
4342
$result = $this->write($path, $content);
4443
} else {
4544
$result = false;

0 commit comments

Comments
 (0)