]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #771 from tcitworld/refactor 851/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 16 Sep 2014 13:21:12 +0000 (15:21 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 16 Sep 2014 13:21:12 +0000 (15:21 +0200)
fixed bug for epub export #755 ; also better metadata title

check_setup.php

index c86b17faf6ae7101245ae7cfea3d1b1777ecc69a..eee5d24a4416cc7aeb5ec36589c51eebbc99b094 100644 (file)
@@ -12,7 +12,7 @@ if (version_compare(PHP_VERSION, '5.4.0', '<')) {
     }
 }
 
-$writableFolders = array('cache', 'db', 'inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer');
+$writableFolders = array('cache', 'db');
 foreach ($writableFolders as $folder) {
     if (! is_writable($folder)) {
         die('The directory "' . $folder . '" must be writeable by your web server user');