Closed arif-rh closed 11 years ago
I have just downloaded and test with clean install, and then access example controller, and I got this error:
example
A PHP Error was encountered Severity: Notice Message: Array to string conversion Filename: themes/default.php Line Number: 12 Array" />
To solve it, I do this commit just check first, if meta keywords' value is array then implode it.
Hello @arif-rh , thanks for the pull request.
You' re welcome. This is awesome. I also think about your issue #4 it will be more awesome when could be implemented. :-)
I have just downloaded and test with clean install, and then access
example
controller, and I got this error:To solve it, I do this commit just check first, if meta keywords' value is array then implode it.