aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Tools.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Tools.class.php')
-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 1ef875c9..cc01f403 100755
--- a/inc/poche/Tools.class.php
+++ b/inc/poche/Tools.class.php
@@ -216,7 +216,7 @@ class Tools
216 216
217 public static function getDomain($url) 217 public static function getDomain($url)
218 { 218 {
219 return parse_url($url, PHP_URL_HOST); 219 return parse_url($url, PHP_URL_HOST);
220 } 220 }
221 221
222 public static function getReadingTime($text) { 222 public static function getReadingTime($text) {