1
0
Fork 0
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:
epriestley 2012-06-06 07:35:36 -07:00
parent 0e1bbbd489
commit 3e87112d69

View file

@ -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);
}