System Diagnostics: fixed set of tested themes directories.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 13 Dec 2017 22:32:31 +0000 (23:32 +0100)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 13 Dec 2017 22:39:10 +0000 (23:39 +0100)
includes/system_tests.inc

index ab9aac21a73ac33b84e45eddcdb366bb88385f92..50add5931709447a193f80d12584c8e0f2075e0d 100644 (file)
@@ -378,8 +378,8 @@ function tst_extconfig($install)
        $themedir = opendir($fname);
        while (false !== ($fname = readdir($themedir)))
        {
-               if ($fname!='.' && $fname!='..' && $fname!='CVS' && is_dir($path_to_root.'/themes/'.$fname)
-                       && !in_array($fname, array('aqua', 'cool', 'default')))
+               if ($fname!='.' && $fname!='..' && is_dir($path_to_root.'/themes/'.$fname)
+                       && !in_array($fname, array('canvas', 'default', 'dropdown')))
                {
                        $test['test'][] = $fname;
                        $test['result'] = is_writable($path_to_root.'/themes/'.$fname);