mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
Merge pull request #5 from kijin/fix/disable-core-autoupdate
코어를 쉬운설치로 업데이트하는 것을 금지
This commit is contained in:
commit
be6d84c864
1 changed files with 2 additions and 1 deletions
|
|
@ -215,7 +215,8 @@ class autoinstallAdminModel extends autoinstall
|
||||||
|
|
||||||
if($packageInfo->type == 'core')
|
if($packageInfo->type == 'core')
|
||||||
{
|
{
|
||||||
$title = 'XpressEngine';
|
//$title = 'XpressEngine';
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue