We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfa093 commit b143bacCopy full SHA for b143bac
library/model/doc_fetch.php
@@ -39,7 +39,6 @@ public function processEq($class_name, $path_prefix = '') {
39
$path_prefix_use = str_replace('\\', '-', $path_prefix);
40
$path = "{$path_prefix_use}/{$path}";
41
}
42
- $path_prefix && $path = "{$path_prefix}/{$path}";
43
$result = $this->write($path, $content);
44
} else {
45
$result = false;
0 commit comments