ppi / website

The PPI Website
http://www.ppi.io
MIT License
23 stars 15 forks source link

Download action don't work #87

Closed macagoraga closed 10 years ago

macagoraga commented 10 years ago

Download action don't work becuase base path is not setup. Should be called: $downloadHelper->setDownloadsBasePath($path);

Not sure how to get base path, so I commented code.

dragoonis commented 10 years ago

@macagoraga thanks for this PR.

I have rebuilt and simplified the downloads process, see here: http://www.ppi.io/downloads/

The commit is here: https://github.com/ppi/website/commit/4aa0e288144cd336b057b917b341a54b3142cbe1

Many thanks, Paul