diff --git a/include/functions b/include/functions index 2a97f51c..e27c3eb9 100644 --- a/include/functions +++ b/include/functions @@ -965,7 +965,7 @@ return 255 fi if [ "${PERMS}" = "0:0" ]; then - if IsDeveloper; then LogText "Debug: found incorrect file permissions on ${FILE}"; fi + if IsDeveloperMode; then LogText "Debug: found incorrect file permissions on ${FILE}"; fi return 0 else return 1