GetDKAN / dkan

DKAN Open Data Portal
https://dkan.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
366 stars 170 forks source link

Trying to get property of non-object in dkan_sitewide_update_status_alter() #1102

Closed SmallhillCZ closed 7 years ago

SmallhillCZ commented 8 years ago

When site is not connected to internet, following error is shown in the administration:

Notice: Trying to get property of non-object in function dkan_sitewide_update_status_alter() (line: 187 in file E:\Apache24\htdocs\profiles\dkan\modules\dkan\dkan_sitewide\dkan_sitewide.module).

I fixed it by adding if(!$tags) return; after line 181, because I didn't have time to examine what is the purpose of the code.

janette commented 7 years ago

Fixed! https://github.com/NuCivic/dkan/pull/1804