get_class_encrypt 함수내 잘못된 코드 수정
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user