From: SourceForge.net <no...@so...> - 2012-09-10 14:49:51
|
Bugs item #3566324, was opened at 2012-09-10 07:49 Message generated for change (Tracker Item Submitted) made by djculex You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3566324&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: XOOPS 2.6.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael Albertsen (djculex) Assigned to: Nobody/Anonymous (nobody) Summary: Image category not deleted Initial Comment: When deleting imagecategory id:1 action posted is id:0 Solution in modules\system\admin\images\main.php line 554 replace $imgcat_id = $system->cleanVars($_POST, 'imgcat_id', 0, 'int'); with $imgcat_id = $system->cleanVars($_GET, 'imgcat_id', 0, 'int'); Could be more _POSTS needing to be replace. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3566324&group_id=41586 |