]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
I removed my previous commit. We have to create a new branch for that.
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index 3d1337f34d7649eeaa422eda2b9c59542a39936d..09a9f5ff85276423a29b505312d2f1cec66ead8a 100755 (executable)
@@ -1144,6 +1144,7 @@ class Poche
       $config = HTMLPurifier_Config::createDefault();
       $config->set('Cache.SerializerPath', CACHE);
       $config->set('HTML.SafeIframe', true);
+
       //allow YouTube, Vimeo and dailymotion videos
       $config->set('URI.SafeIframeRegexp', '%^(https?:)?//(www\.youtube(?:-nocookie)?\.com/embed/|player\.vimeo\.com/video/|www\.dailymotion\.com/embed/video/)%');
 
@@ -1206,9 +1207,8 @@ class Poche
 
         $log = new Logger("wallabag", TRUE);
         $fileDir = CACHE;
-
-
-        $book = new EPub(EPub::BOOK_VERSION_EPUB3);
+        
+        $book = new EPub(EPub::BOOK_VERSION_EPUB3, DEBUG_POCHE);
         $log->logLine("new EPub()");
         $log->logLine("EPub class version: " . EPub::VERSION);
         $log->logLine("EPub Req. Zip version: " . EPub::REQ_ZIP_VERSION);