The description is not updated - fix

Hi!
The description of album is not updated in 1.5.1 ver. To fix it replace

$body = get_input('tidypicsbody');

on

$body = get_input('tidypicsbody')=="" ? get_input('tidypicsdesc') : get_input('tidypicsbody');

in actions/edit.php

Greets!