crowdfavorite / wp-capsule

The developer's code journal (built on WordPress)
https://crowdfavorite.com/capsule/
GNU General Public License v2.0
172 stars 27 forks source link

Fix notice in functions.php when saving mappings #11

Closed MZAWeb closed 11 years ago

MZAWeb commented 11 years ago

If you save mappings without selecting any project it throws a notice because $_POST['cap_client_mapping'] doesn't exist. Also it was missing a break; for that select case.

ejdanderson commented 11 years ago

Thanks for the fix.