mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-08 22:01:03 +01:00
Minor, fix a path issue from the Great File Move. See comment about why this is written in this way.
This commit is contained in:
parent
0e1bbbd489
commit
3e87112d69
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ final class DarkConsoleXHProfPluginAPI {
|
|||
// stuff loaded yet so we can't just phutil_get_library_root() our way
|
||||
// to victory.
|
||||
$root = __FILE__;
|
||||
for ($ii = 0; $ii < 7; $ii++) {
|
||||
for ($ii = 0; $ii < 6; $ii++) {
|
||||
$root = dirname($root);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue