oliverwoodings / HawkEye

Bukkit data logging plugin with web-based data browser
http://forums.bukkit.org/threads/admn-web-datalog-v0-2-web-browseable-logging-of-your-server-670-819.13048/
55 stars 39 forks source link

Correct checking of wether $isAuth is true or false. (Fixed Version) #133

Closed DaneEveritt closed 12 years ago

DaneEveritt commented 12 years ago

Sorry, I messed up the false check on the last commit.

$isAuth === false is wrong and should have been $isAuth !== true