From b1c20633e5683d6320c8aa79a7b5311fa78d59ef Mon Sep 17 00:00:00 2001 From: Tuan Pham Ngoc Date: Sat, 10 Feb 2018 12:25:48 +0700 Subject: [PATCH] Fix user profile plugin --- plugins/user/profile/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/user/profile/profile.php b/plugins/user/profile/profile.php index 29f98e67a1864..2e57c76226306 100644 --- a/plugins/user/profile/profile.php +++ b/plugins/user/profile/profile.php @@ -243,7 +243,7 @@ public function onContentPrepareForm($form, $data) // Add the registration fields to the form. JForm::addFormPath(__DIR__ . '/profiles'); - $form->loadFile('profile', false); + $form->loadFile('profile'); $fields = array( 'address1',