aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-05-25 20:44:22 +0200
committerThomas Citharel <tcit@tcit.fr>2015-05-25 20:44:22 +0200
commit3a690fad55cafb5b30debd1f3069e9c87b0a4b39 (patch)
tree8dfea0d258159b2a65e257f4f7824ec62bc479fd
parent12b97d67573042a66b8bf7a84f60df861a5d8632 (diff)
downloadwallabag-3a690fad55cafb5b30debd1f3069e9c87b0a4b39.tar.gz
wallabag-3a690fad55cafb5b30debd1f3069e9c87b0a4b39.tar.zst
wallabag-3a690fad55cafb5b30debd1f3069e9c87b0a4b39.zip
declare function correctly
-rwxr-xr-xinc/poche/Tools.class.php2
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