closedir 코드 추가

This commit is contained in:
chicpro
2013-03-06 16:43:12 +09:00
parent 42ca11040a
commit 71fb99e250

View File

@ -1812,6 +1812,7 @@ function get_skin_stylesheet($skin_path)
if(preg_match("/\.(css)$/i", $file))
$str .= '<link rel="stylesheet" href="'.$skin_url.'/'.$file.'?='.date("md").'">'."\n";
}
closedir($dh);
}
}