diff options
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r-- | include/dir_fns.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php index 904d27189..be1bcd503 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -8,6 +8,8 @@ function find_upstream_directory($dirmode) { function syncdirs($uid) { + logger('syncdirs', LOGGER_DEBUG); + $p = q("select channel.channel_hash, profile.* from profile left join channel on channel_id = uid where uid = %d and is_default = 1", intval($uid) ); |