mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#19212174 set_time_limit를 사용할 수 없어도 에러메시지 표시하지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8117 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
890507fd43
commit
fda368c553
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
|
||||
function procAutoinstallAdminPackageinstall()
|
||||
{
|
||||
set_time_limit(0);
|
||||
@set_time_limit(0);
|
||||
$package_srls = Context::get('package_srl');
|
||||
$oModel =& getModel('autoinstall');
|
||||
$packages = explode(',', $package_srls);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue