Skip to content

Conversation

@stonebuzz
Copy link
Contributor

Checklist before requesting a review

Please delete options that are not relevant.

  • I have performed a self-review of my code.
  • I have added tests (when available) that prove my fix is effective or that my feature works.
  • I have updated the CHANGELOG with a short functional description of the fix or new feature.
  • This change requires a documentation update.

Description

Add missing check_prerequisites()

function plugin_escalade_check_prerequisites()
{
    if (!is_readable(__DIR__ . '/vendor/autoload.php') || !is_file(__DIR__ . '/vendor/autoload.php')) {
        echo "Run composer install --no-dev in the plugin directory<br>";
        return false;
    }

    return true;
}

Screenshots (if appropriate):

@stonebuzz stonebuzz requested a review from Rom1-B February 3, 2026 13:03
@stonebuzz stonebuzz self-assigned this Feb 3, 2026
@stonebuzz stonebuzz added the bug label Feb 3, 2026
@stonebuzz stonebuzz merged commit 5cc54dc into 10.0/bugfixes Feb 3, 2026
3 checks passed
@stonebuzz stonebuzz deleted the add_missing_prerequiresites branch February 3, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants