scoumbourdis / codeigniter-simplicity

Codeigniter Simplicity
http://www.grocerycrud.com/codeigniter-simplicity
Other
86 stars 73 forks source link

fix error Array to string conversion by implode meta keywords if its value is array #5

Closed arif-rh closed 11 years ago

arif-rh commented 11 years ago

I have just downloaded and test with clean install, and then access example controller, and I got this error:

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.

scoumbourdis commented 11 years ago

Hello @arif-rh , thanks for the pull request.

arif-rh commented 11 years ago

You' re welcome. This is awesome. I also think about your issue #4 it will be more awesome when could be implemented. :-)