Skip to content

Commit 3e87112

Browse files
author
epriestley
committed
Minor, fix a path issue from the Great File Move. See comment about why this is written in this way.
1 parent 0e1bbbd commit 3e87112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aphront/console/plugin/xhprof/DarkConsoleXHProfPluginAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function includeXHProfLib() {
3434
// stuff loaded yet so we can't just phutil_get_library_root() our way
3535
// to victory.
3636
$root = __FILE__;
37-
for ($ii = 0; $ii < 7; $ii++) {
37+
for ($ii = 0; $ii < 6; $ii++) {
3838
$root = dirname($root);
3939
}
4040

0 commit comments

Comments
 (0)