mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-05 21:12:52 +02:00
issue #1467 avoid error when Piwigo version is not available on PEM
* do not display an error message "cannot connect to server" but simply "no plugin available" * if we are on a beta/RC version, display a button to switch to test plugins compatible with Piwigo previous version * add a tooltip with more details about the "show beta test plugins"
This commit is contained in:
@@ -447,7 +447,7 @@ DELETE FROM '. PLUGINS_TABLE .'
|
||||
$versions_to_check = $this->get_versions_to_check($beta_test);
|
||||
if (empty($versions_to_check))
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
// Plugins to check
|
||||
|
||||
Reference in New Issue
Block a user