• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisione67f1c2b60c92e898479dbf1c9e9a63ce7e4f6d2 (tree)
Zeit2017-10-25 00:21:42
Autorumorigu <umorigu@gmai...>
Commiterumorigu

Log Message

BugTrack/684 Don't show MenuBar right after unfreezing a page

Ändern Zusammenfassung

Diff

--- a/plugin/unfreeze.inc.php
+++ b/plugin/unfreeze.inc.php
@@ -42,7 +42,7 @@ function plugin_unfreeze_action()
4242 // Update
4343 is_freeze($page, TRUE);
4444 if (PLUGIN_UNFREEZE_EDIT) {
45- $vars['cmd'] = 'read'; // To show 'Freeze' link
45+ $vars['cmd'] = 'edit'; // To show 'Freeze' link
4646 $msg = $_title_unfreezed;
4747 $postdata = remove_author_info($postdata);
4848 $body = edit_form($page, $postdata);