govfresh / govpress

The WordPress theme for government
https://wordpress.org/themes/govpress/
GNU General Public License v2.0
135 stars 51 forks source link

Pantheon warning message #65

Closed lukefretwell closed 10 years ago

lukefretwell commented 10 years ago

Get this message when installing theme on Pantheon:

Warning: Creating default object from empty value in /srv/bindings/4059e3d42a6e47f4b50f81017ff1dd5b/code/wp-content/themes/govpress/inc/customizer.php on line 68

devinsays commented 10 years ago

https://github.com/govfresh/govpress/blob/master/inc/customizer.php#L68

Needs to be wrapped in a conditional.

lukefretwell commented 10 years ago

Do I do that or do you?