verbb / cp-nav

Control Panel Nav is a Craft CMS plugin to help manage your Control Panel navigation.
MIT License
129 stars 11 forks source link

Getting siteUrl throws a PHP notice : Array to string conversion #19

Closed slelorrain closed 8 years ago

slelorrain commented 8 years ago

Hello,

I just updated CPNav to 1.7.3 and i'm getting an "array to string conversion" notice.

According to the documentation, siteUrl accepts:

A string set to any valid URL, or an array that maps locale IDs to locale-specific URLs

Regards

siteurl_notice

engram-design commented 8 years ago

Thanks for getting in touch. Can you confirm your siteUrl value as defined in your general.php file? Is it an array or a string?

slelorrain commented 8 years ago

It's an array (containing 'en', 'fr', 'de' and 'es' as key)

I also made a commit, do you want a pull request ?

engram-design commented 8 years ago

Awesome - one step ahead!