diff --git a/module/mr/control.php b/module/mr/control.php index f0b744e192..83864225e4 100644 --- a/module/mr/control.php +++ b/module/mr/control.php @@ -44,7 +44,7 @@ class mr extends control } /* Unlock session for wait to get data of repo. */ - session_write_close(); + if(!in_array(strtolower($this->app->methodName), array('linkbug', 'linkstory', 'linktask'))) session_write_close(); } }