Index: branches/version-2_12-dev/data/class/SC_CheckError.php
===================================================================
--- branches/version-2_12-dev/data/class/SC_CheckError.php	(revision 22206)
+++ branches/version-2_12-dev/data/class/SC_CheckError.php	(revision 22475)
@@ -59,5 +59,5 @@
         $this->createParam($value);
         // HTMLに含まれているタグを抽出する
-        preg_match_all('/<\/?([a-z]+)/i', $this->arrParam[$value[1]], $arrTagIncludedHtml = array());
+        preg_match_all('/<\/?([a-z]+)/i', $this->arrParam[$value[1]], $arrTagIncludedHtml);
 
         $arrDiffTag = array_diff($arrTagIncludedHtml[1], $value[2]);
