- Issue created by @lexsoft
If validation is set but argument not provided for example:
If you have an url blogs/% with a validation argument blog-X and a validation to show all results if blog-X does not validate.
If you visit blogs you should see all results from the views but instead you get WSOD.
if (!($argument === NULL || $argument === '')) {
Active
1.0
Code