efox12 / moodle--block_leaderboard

0 stars 3 forks source link

strange define in lang file #14

Open danmarsden opened 4 years ago

danmarsden commented 4 years ago

defined("TAB1") or define("TAB1", "\t");

That shouldn't be there... if you need to use constants they should be in your lib files and will need to be named correctly as per: https://docs.moodle.org/dev/Frankenstyle#Constants