elan-ev / CliqrPlugin

This plugin is a software clicker solution with a strong emphasis on ease of use for lecturers and students.
http://cliqr.de
GNU General Public License v2.0
2 stars 13 forks source link

prevent php warnings regarding undefined constants #101

Closed tleilax closed 7 years ago

tleilax commented 7 years ago

Our error log was slowly filled with entries like this:

PHP Warning:  constant(): Couldn't find constant WDS_ACTIVATED in /var/www/studip-3.5/public/plugins_packages/elan-ev/CliqrPlugin/app/views/polls/index.php on line 51

These changes prevent that.