https://bugzilla.wikimedia.org/show_bug.cgi?id=46482
--- Comment #2 from Tony Thomas <[email protected]> --- Is DIRECTORY_PATH variable an already defined one ? should changing GitInfo.php#L53 $this->basedir = $isAbsolute ? $path : "{$dir}/{$path}"; to $this->basedir = $isAbsolute ? $path : "{$dir}".DIRECTORY_PATH."{$path}"; or sth similar do the trick ? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
