From 2d4640f00a51b9c7970ac2a280a7492a617e6487 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 18 Jun 2016 22:10:46 -0700 Subject: [PATCH] use get_paths, as it supports the case where the webmin user isn't a unix user --- filemin/bookmark.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemin/bookmark.cgi b/filemin/bookmark.cgi index 82abb3713..c58b85eaa 100755 --- a/filemin/bookmark.cgi +++ b/filemin/bookmark.cgi @@ -5,7 +5,7 @@ use lib './lib'; &ReadParse(); -switch_to_remote_user(); +&get_paths(); $confdir = "$remote_user_info[7]/.filemin"; if(!-e $confdir) {