1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-12-24 14:30:55 +01:00

Remove bogus warning in liberate

This commit is contained in:
vrana 2012-06-21 11:52:16 -07:00
parent 7f10b43eca
commit 22d2d6743d

View file

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