From: SourceForge.net <no...@so...> - 2012-09-12 18:38:40
|
Bugs item #3566324, was opened at 2012-09-10 07:49 Message generated for change (Comment added) made by mageg 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: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Michael Albertsen (djculex) >Assigned to: Mage Grégory (mageg) 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. ---------------------------------------------------------------------- >Comment By: Mage Grégory (mageg) Date: 2012-09-12 11:38 Message: In the alpha 2 is expected to make a new extension for images: http://xoops.org/modules/news/article.php?storyid=6339 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3566324&group_id=41586 |