diff --git a/classes/Problems/EssentialFolders.php b/classes/Problems/EssentialFolders.php index 80197ac..572294f 100644 --- a/classes/Problems/EssentialFolders.php +++ b/classes/Problems/EssentialFolders.php @@ -34,8 +34,8 @@ public function process() GRAV_TMP_PATH => true, GRAV_BACKUP_PATH => true, GRAV_WEBROOT => false, - GRAV_WEBROOT . '/images' => true, - GRAV_WEBROOT . '/assets' => true, + GRAV_WEBROOT . '/' . GRAV_RUN_PATH . '/images' => true, + GRAV_WEBROOT . '/' . GRAV_RUN_PATH . '/assets' => true, GRAV_WEBROOT . '/' . GRAV_USER_PATH .'/accounts' => true, GRAV_WEBROOT . '/' . GRAV_USER_PATH .'/data' => true, GRAV_WEBROOT . '/' . GRAV_USER_PATH .'/pages' => false,