get_class_encrypt 함수내 잘못된 코드 수정

This commit is contained in:
thisgun
2020-02-10 17:32:50 +09:00
parent e82ebd7ada
commit d982361541

View File

@ -329,7 +329,7 @@ function get_db_create_replace($sql_str){
function get_class_encrypt(){ function get_class_encrypt(){
static $cache; static $cache;
if( $cache && is_object($obj) ){ if( $cache && is_object($cache) ){
return $cache; return $cache;
} }