Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error when deleting current version of document (problem and solution).
#1
In op.RemoveVersion.php on line number 52 there is :

PHP Code:
$version $_POST['version']; 

This variable is overwritten on next line and that causes error with add_log_line() on line 70.

Solution is to change variable name to $version_num on lines 52, 53 and 70.

I hope someone can fix this to SVN repository, thank you.



Reply
#2
Thank you very much.
Your fix will be included in the next 2.0.1 release
Reply


Forum Jump:


Users browsing this thread: