Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
delete keywords category and keywords
#1

letoDMS-3.4.2

Try to delete keywords category and keywords got "An error has occured"

After looking through the code found 2 problems from op.UserDefaultKeywords.php

$categoryid = intval($_POST["categoryid"]) should be $categoryid = intval($_GET["categoryid"]);

here is the patch

57c57
< $categoryid = intval($_POST["categoryid"]);
---
> $categoryid = intval($_GET["categoryid"]);
164c164
< $categoryid = intval($_POST["categoryid"]);
---
> $categoryid = intval($_GET["categoryid"]);

Reply


Messages In This Thread
delete keywords category and keywords - by kien.quan - 02-13-2013, 09:15 PM

Forum Jump:


Users browsing this thread: