We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fcce1 commit b545f08Copy full SHA for b545f08
1 file changed
tools/themeupdate.php
@@ -8,10 +8,10 @@
8
die('cli only');
9
}
10
11
-$dirs = scandir(__DIR__.'/../themes/');
+$dirs = scandir(__DIR__.'/../public/themes/');
12
13
foreach ($dirs as $dir) {
14
- $fulldir = realpath(__DIR__.'/../themes/'.$dir);
+ $fulldir = realpath(__DIR__.'/../public/themes/'.$dir);
15
if ($dir[0]=='.' || !is_dir($fulldir) || !is_file($fulldir.'/style.scss')) {
16
continue;
17
0 commit comments