전략 DetailTitle/ isReservable 완화

This commit is contained in:
2020-03-22 03:17:05 +09:00
parent a9435f8f32
commit 6c185ffd09
7 changed files with 327 additions and 6 deletions
+2 -2
View File
@@ -59,9 +59,9 @@ if($commandObj->isArgValid()){
die_redirect();
}
if(!$commandObj->isReservable()){
/*if(!$commandObj->isReservable()){
die_redirect();
}
}*/
$jsList = $commandObj->getJSFiles();
$cssList = $commandObj->getCSSFiles();