IET-OU / cloudengine

CloudEngine is an easy way to create a social web site for discussing & aggregating ideas & resources. It is ideal for running events & fostering discussion. It is the free, open source software that powers Cloudworks —
https://cloudworks.ac.uk
GNU General Public License v2.0
3 stars 0 forks source link

Fix: allow non-admin users to see feedback for their own badge applications #352

Closed fisharebest closed 10 years ago

fisharebest commented 10 years ago

Fix badge-model function "has_application_edit_permission()"

#!php

    $badge_id;  //-->>> $application_id

fisharebest commented 10 years ago

Fixed with one commit:


Original Comment By: Nick Freear