mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-23 22:10:54 +01:00
Remove bogus warning in liberate
This commit is contained in:
parent
7f10b43eca
commit
22d2d6743d
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ EOTEXT
|
|||
foreach (Filesystem::walkToRoot($path) as $dir) {
|
||||
if (Filesystem::pathExists($dir.'/__phutil_library_init__.php')) {
|
||||
$path = $dir;
|
||||
$found = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue