MTrackWeb/TicketEdit.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 06:53:23 +0000 (14:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 06:53:23 +0000 (14:53 +0800)
MTrackWeb/TicketEdit.php

index 1e42860..24ca62f 100644 (file)
@@ -98,10 +98,7 @@ class MTrackWeb_TicketEdit extends MTrackWeb
             $this->showEditBar = true;
         }
         
-        if (empty($_POST)) { // post is ajax only..
-            return;
-        }
-        
+