# HG changeset patch # User Kim Alvefur # Date 1533173733 -7200 # Node ID 149cc5ddc64fa633d1b3b84d67ebd218e70d39a9 # Parent d57635562216fe1df67d915d91c9377918fed264 mod_profile: Update for mod_pep_plus rename diff -r d57635562216 -r 149cc5ddc64f mod_profile/mod_profile.lua --- a/mod_profile/mod_profile.lua Mon Feb 19 09:24:44 2018 +0100 +++ b/mod_profile/mod_profile.lua Thu Aug 02 03:35:33 2018 +0200 @@ -14,7 +14,7 @@ local pep_plus; if module:get_host_type() == "local" and module:get_option_boolean("vcard_to_pep", true) then - pep_plus = module:depends"pep_plus"; + pep_plus = module:depends"pep"; end local storage = module:open_store();