diff --git a/frappe/utils/__init__.py b/frappe/utils/__init__.py index 47eae314f7..e4588c19bc 100644 --- a/frappe/utils/__init__.py +++ b/frappe/utils/__init__.py @@ -459,7 +459,7 @@ def get_site_base_path(): def get_site_path(*path): - return get_path(base=get_site_base_path(), *path) + return get_path(*path, base=get_site_base_path()) def get_files_path(*path, **kwargs):