diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-01-03 13:03:26 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-01-03 13:03:26 +0100 |
commit | 8ae45e7fe27ab416cf2a30cd2c319940037b7cbf (patch) | |
tree | 6033b672282d5c07398e145a29e564c7c30fb1ed /inc/3rdparty/libraries/MOBIClass/MOBI.php | |
parent | 166ff0a0932ede6824a30d553c39ff6dd7dbb0b4 (diff) | |
download | wallabag-8ae45e7fe27ab416cf2a30cd2c319940037b7cbf.tar.gz wallabag-8ae45e7fe27ab416cf2a30cd2c319940037b7cbf.tar.zst wallabag-8ae45e7fe27ab416cf2a30cd2c319940037b7cbf.zip |
fixes #963 and use our own readability.php file for mobiClass
Diffstat (limited to 'inc/3rdparty/libraries/MOBIClass/MOBI.php')
-rw-r--r-- | inc/3rdparty/libraries/MOBIClass/MOBI.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/3rdparty/libraries/MOBIClass/MOBI.php b/inc/3rdparty/libraries/MOBIClass/MOBI.php index 17e718c1..df4826b0 100644 --- a/inc/3rdparty/libraries/MOBIClass/MOBI.php +++ b/inc/3rdparty/libraries/MOBIClass/MOBI.php | |||
@@ -1,5 +1,5 @@ | |||
1 | <?php | 1 | <?php |
2 | require_once(dirname(__FILE__)."/readability/Readability.php"); | 2 | require_once(dirname(__FILE__)."/../readability/Readability.php"); |
3 | require_once(dirname(__FILE__).'/CharacterEntities.php'); | 3 | require_once(dirname(__FILE__).'/CharacterEntities.php'); |
4 | require_once(dirname(__FILE__).'/constants.php'); | 4 | require_once(dirname(__FILE__).'/constants.php'); |
5 | require_once(dirname(__FILE__).'/ContentProvider.php'); | 5 | require_once(dirname(__FILE__).'/ContentProvider.php'); |
@@ -189,4 +189,4 @@ class MOBI { | |||
189 | } | 189 | } |
190 | 190 | ||
191 | } | 191 | } |
192 | ?> \ No newline at end of file | 192 | ?> |