-
Notifications
You must be signed in to change notification settings - Fork 346
Add missing simpleurl("") function. #1
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
Conversation
An error was being thrown because the function simpleURL was not found so I added it.
Add missing simpleurl("") function.
Thanks! Sorry this was needed, clearly we're still running around trying to finish stuff up |
No worries, happy to help. looking great so far. |
Perhaps the external/header.php file should also include the utitilty.php file. I think we're going to need get some better structure around how functions and classes are loaded/managed over time. |
Hrm. In my head there's two quite competing goals with that:
|
Avoiding code duplication is always the most important factor in maintenance. If we're careful about how many functions/classes are required to log profile data we can keep it lightweight and avoid duplication. |
> 17x: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated
> 17x: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated
> 17x: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated
> 17x: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated
An error was being thrown because the function simpleURL was not found so I added it.