잘못된 주석 코드 삭제

This commit is contained in:
thisgun
2018-08-17 12:06:41 +09:00
parent 9834a0962e
commit a4d3de3227
10 changed files with 2 additions and 9 deletions

View File

@ -621,6 +621,7 @@ if(!empty($extend_file) && is_array($extend_file)) {
foreach($extend_file as $file) {
include_once(G5_EXTEND_PATH.'/'.$file);
}
unset($file);
}
unset($extend_file);