mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
parent
3507abc35f
commit
fe2a7a575f
4 changed files with 19 additions and 4 deletions
|
|
@ -135,6 +135,19 @@ try
|
|||
continue;
|
||||
}
|
||||
|
||||
if (empty($manifest->version) || $manifest->version !== API_VERSION)
|
||||
{
|
||||
array_push(
|
||||
$debug['dump'],
|
||||
sprintf(
|
||||
_('Manifest API not compatible with local version "%s"'),
|
||||
API_VERSION
|
||||
)
|
||||
);
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
if (empty($manifest->export))
|
||||
{
|
||||
array_push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue