mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
PHP8.0 에서 잘못된 경로로 설치된 모듈때문에 캐시파일 재생성을 할 수 없던 문제 고침
This commit is contained in:
parent
960d0018d0
commit
3d2987023c
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class adminAdminController extends admin
|
|||
{
|
||||
$oModule = NULL;
|
||||
$oModule = getClass($module->module);
|
||||
if(method_exists($oModule, 'recompileCache'))
|
||||
if($oModule && method_exists($oModule, 'recompileCache'))
|
||||
{
|
||||
$oModule->recompileCache();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue