diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index f34e8bebe..f3d1013fe 100755 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php @@ -428,7 +428,7 @@ final class Tools * */ - function get_doctype($doc) + public static function get_doctype($doc) { $els = $doc->find('unknown');