Menu

#113 links update fix

open
nobody
None
5
2006-01-24
2006-01-24
No

Updating links of the links module wasn't working due
to upper case ACTION in edit_item.inc.php:
print("<INPUT TYPE=HIDDEN NAME=\"ACTION\"
VALUE=\"UPDATE_ITEM\">\n");
changing that to:
print("<INPUT TYPE=HIDDEN NAME=\"ACTION\"
VALUE=\"update_item\">\n");
fix the problem.

Discussion


Log in to post a comment.