jhuesser / bzu-jodel-clone

This webapp is a clone of the famous studend app jodel (jodel.com). This is a project for school. Alpha state, not relased yet.
GNU General Public License v3.0
5 stars 3 forks source link

fix for management #155

Closed jhuesser closed 7 years ago

jhuesser commented 7 years ago

somhow

if($mainaction == true) {
//mainaction
}

was written as

if($mainaction == false){
//mainaction
}

fix #148