-
Notifications
You must be signed in to change notification settings - Fork 788
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
RenderMulti causes errors in header #659
Comments
I added a line into the render multi function before the call to header as follows: $filename = $filenames[0]; This resolves the issue because now $filename exists |
$filename already exists, it's one of the parameters, if it doesn't exist then you have not set it |
Hey, this feature was build by an external author, so I cannot really say something. :( |
Hi oisian, |
Hi Chris,
Great script and application structure, nice logical flow and easy to find things.
Just tried to implement renderMulti for a new view and it created an error in the header file where the active class if statements were looking for the variable $filename, which is now no longer defined. Wondering if you have an elegant solution to this issue in mind.
Maybe making $filename $filenames in all cases and always referencing $filename[0].
The text was updated successfully, but these errors were encountered: