nextcloud / survey_server

🐙 Receives data from the survey_client, evaluates and visualizes it
GNU Affero General Public License v3.0
1 stars 8 forks source link

use correct array keys to access the statistics #7

Closed schiessle closed 8 years ago

schiessle commented 8 years ago

use the correct array keys to show all the available statistics.

schiessle commented 8 years ago

@nickvergessen please have a short look

nickvergessen commented 8 years ago

There was 1 failure:

1) OCA\Survey_Server\Controller\PageControllerTest::testIndex

nickvergessen commented 8 years ago

Also kill php 5.4 and 5.5: https://github.com/nextcloud/survey_server/blob/master/.travis.yml#L4-L5 and use 5.6 here https://github.com/nextcloud/survey_server/blob/master/.travis.yml#L41-L44

schiessle commented 8 years ago

@nickvergessen fixed :smiley:

nickvergessen commented 8 years ago

:+1: