Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional check that view exists before proceeding #18757

Merged
merged 3 commits into from
Jun 2, 2018

Commits on Nov 20, 2017

  1. Add additional check that view exists before proceeding

    We assume the array key exists with view but not ID. I have come across some installations where view does not exist and it causes php warnings. So just check it does exist before actually proceeding further as we do with ID.
    tonypartridge committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    8303e8f View commit details
    Browse the repository at this point in the history
  2. Update legacyrouter.php

    tonypartridge committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    45cc426 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Update legacyrouter.php

    tonypartridge committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    bd5ab16 View commit details
    Browse the repository at this point in the history