Index: branches/version-2_5-dev/data/class/SC_CheckError.php
===================================================================
--- branches/version-2_5-dev/data/class/SC_CheckError.php	(revision 20246)
+++ branches/version-2_5-dev/data/class/SC_CheckError.php	(revision 20450)
@@ -629,5 +629,5 @@
                 // チェック拡張子のピリオドの数を取得('tar.gz'の場合1個、'jpg'のように通常は0個)
                 $count_period = substr_count($checkExt, ".");
-                
+
                 if($count_period > 0) {
                     for($i = max(array_keys($array_ext)) - $count_period; $i < count($array_ext); $i++) {
@@ -672,5 +672,5 @@
 
         $path = $dir . "/" . $this->arrParam[$value[1]];
-        $path = ereg_replace("//", "/", $path);
+        $path = str_replace("//", "/", $path);
 
         if($this->arrParam[$value[1]] != "" && !file_exists($path)){
