diff --git a/inc/Menu/Item/Edit.php b/inc/Menu/Item/Edit.php
index 05467674d5cb8ff6c9c1f073add301da38344ea6..5de1778fdec520b978dc9c09d61e63c192452626 100644
--- a/inc/Menu/Item/Edit.php
+++ b/inc/Menu/Item/Edit.php
@@ -18,7 +18,7 @@ class Edit extends AbstractItem {
 
         parent::__construct();
 
-        if($ACT == 'show' || $ACT == 'search') {
+        if($ACT === 'show') {
             $this->method = 'post';
             if($INFO['writable']) {
                 $this->accesskey = 'e';