From 77799d87ba05a8e96d604693dcfa003b5835fe2b Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 27 Apr 2012 03:24:24 -0400
Subject: [PATCH] - Applied some fixes from trunk

---
 index.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/index.php b/index.php
index d874062..8bc5c20 100644
--- a/index.php
+++ b/index.php
@@ -119,6 +119,10 @@
       // prevent endless looping on login page
       if ($query['_task'] == 'login')
         unset($query['_task']);
+
+      // prevent redirect to compose with specified ID (#1488226)
+      if ($query['_action'] == 'compose' && !empty($query['_id']))
+        $query = array();
     }
 
     // allow plugins to control the redirect url after login success

--
Gitblit v1.9.1