- reorganized files

- fixed error in partner edti/creation page
This commit is contained in:
asus
2024-04-04 14:03:24 +02:00
parent 91a67d955b
commit c87ba760fc
13 changed files with 181 additions and 100 deletions

View File

@@ -121,7 +121,7 @@ function prof_profil_redirects_CIPF() {
*
*/
if (is_account_new_CIPF()) {
redirect_command_CIPF();
redirect_prof_command_CIPF();
}
}
add_action('template_redirect', 'prof_profil_redirects_CIPF', 11);