attempt to make silent php warnings from emogrifier

git-svn-id: http://piwigo.org/svn/trunk@28185 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2014-04-14 21:40:34 +00:00
parent cac08d6f48
commit a4c0f7c393
+1 -1
View File
@@ -908,7 +908,7 @@ function move_css_to_body($content)
include_once(PHPWG_ROOT_PATH.'include/emogrifier.class.php');
$e = new Emogrifier($content);
return $e->emogrify();
return @$e->emogrify();
}
/**