ckan / ckanext-googleanalytics

CKAN extension to integrate Google Analytics data into CKAN. Gives download stats on package pages, list of most popular packages, etc.
GNU Affero General Public License v3.0
35 stars 81 forks source link

Fix error that causes downloading stats from GA to fail #34

Closed kmbn closed 5 years ago

kmbn commented 7 years ago

The old version references the variable accountId even if it isn't assigned in the preceding if statement. Indenting the relevant code block so it's only called if accountId is assigned resolves the error.