mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 160 timeout add in document management controller
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9370 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec3ae786f4
commit
773c18bde2
1 changed files with 1 additions and 0 deletions
|
|
@ -1588,6 +1588,7 @@ class documentController extends document {
|
|||
* @brief Move/ Delete the document in the seession
|
||||
**/
|
||||
function procDocumentManageCheckedDocument() {
|
||||
set_time_limit(50);
|
||||
if(!Context::get('is_logged')) return new Object(-1,'msg_not_permitted');
|
||||
|
||||
$type = Context::get('type');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue