Эх сурвалжийг харах

Minor - Removed error_log in document::parse_HTML_attributes()

Yannick Warnier 12 жил өмнө
parent
commit
0b70765a83

+ 1 - 1
main/inc/lib/document.lib.php

@@ -1896,7 +1896,7 @@ class DocumentManager {
                 }
             }
         } else {
-            error_log('preg_match did not find anything', 0);
+            //error_log('preg_match did not find anything', 0);
         }
         return $attributes;
     }