diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-05-25 20:44:22 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-05-25 20:44:22 +0200 |
commit | 3a690fad55cafb5b30debd1f3069e9c87b0a4b39 (patch) | |
tree | 8dfea0d258159b2a65e257f4f7824ec62bc479fd /inc | |
parent | 12b97d67573042a66b8bf7a84f60df861a5d8632 (diff) | |
download | wallabag-3a690fad55cafb5b30debd1f3069e9c87b0a4b39.tar.gz wallabag-3a690fad55cafb5b30debd1f3069e9c87b0a4b39.tar.zst wallabag-3a690fad55cafb5b30debd1f3069e9c87b0a4b39.zip |
declare function correctly
Diffstat (limited to 'inc')
-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 | ||