* [misc] adjust session close logic for mr.

This commit is contained in:
caoyanyi
2024-08-28 14:08:14 +08:00
committed by 田淑杰
parent b8449becf1
commit 226de85fdf
+1 -1
View File
@@ -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();
}
}