Fix all extension builds

This commit is contained in:
crazywhalecc
2025-07-22 21:13:35 +08:00
parent 6634ade6b4
commit 1888b735d1
13 changed files with 28 additions and 170 deletions

View File

@@ -183,8 +183,7 @@ abstract class LibraryBase
}
}
if (!$this->isLibraryInstalled()) {
$this->tryInstall($lock, true);
return LIB_STATUS_OK;
return $this->tryInstall($lock, true);
}
return LIB_STATUS_ALREADY;
}