diff options
Diffstat (limited to 'inc/poche')
-rwxr-xr-x | inc/poche/Tools.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index f34e8beb..f3d1013f 100755 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php | |||
@@ -428,7 +428,7 @@ final class Tools | |||
428 | * | 428 | * |
429 | */ | 429 | */ |
430 | 430 | ||
431 | function get_doctype($doc) | 431 | public static function get_doctype($doc) |
432 | { | 432 | { |
433 | $els = $doc->find('unknown'); | 433 | $els = $doc->find('unknown'); |
434 | 434 | ||