mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-25 06:50:55 +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) {
|
foreach (Filesystem::walkToRoot($path) as $dir) {
|
||||||
if (Filesystem::pathExists($dir.'/__phutil_library_init__.php')) {
|
if (Filesystem::pathExists($dir.'/__phutil_library_init__.php')) {
|
||||||
$path = $dir;
|
$path = $dir;
|
||||||
|
$found = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue