diff --git a/system/defines.php b/system/defines.php index bf86ec12d..6551da7fc 100644 --- a/system/defines.php +++ b/system/defines.php @@ -57,7 +57,7 @@ if (!defined('GRAV_BACKUP_PATH')) { } unset($path); -define('USER_DIR', GRAV_WEBROOT . '/' . USER_PATH . '/'); +define('USER_DIR', GRAV_WEBROOT . '/' . GRAV_USER_PATH . '/'); define('CACHE_DIR', (!str_starts_with(GRAV_CACHE_PATH, '/') ? GRAV_ROOT . '/' : '') . GRAV_CACHE_PATH . '/'); // DEPRECATED: Do not use!