move digest to a separate plugin

This commit is contained in:
Andrew Dolgov
2012-12-24 10:16:01 +04:00
parent 68d539ceef
commit ac22075182
9 changed files with 120 additions and 88 deletions
+1 -1
View File
@@ -391,7 +391,7 @@ function quickMenuGo(opid) {
}
if (opid == "qmcDigest") {
window.location.href = "digest.php";
window.location.href = "backend.php?op=digest";
return;
}