From 947ab47dcef27d1bd61c76bb443bac6f9fddd79f Mon Sep 17 00:00:00 2001 From: Michael Hamann Date: Sun, 30 Dec 2012 19:21:33 +0100 Subject: [PATCH] Unlock the old page after moving --- helper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helper.php b/helper.php index 92cd7e5..0a225fe 100644 --- a/helper.php +++ b/helper.php @@ -203,6 +203,8 @@ public function move_page(&$opts, $checkonly = false) { } p_set_metadata($opts['new_id'], array('plugin_pagemove' => $page_meta), false, true); + + unlock($ID); } $event->advise_after();