Index: trunk/extensions/ConfirmAccount/frontend/ConfirmAccountUI.setup.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | $modules['ext.confirmAccount'] = array( |
48 | 48 | 'styles' => 'confirmaccount.css', |
49 | 49 | 'localBasePath' => dirname( __FILE__ ) . '/modules', |
50 | | - 'remoteExtPath' => 'ConfirmAccount/presentation/modules', |
| 50 | + 'remoteExtPath' => 'ConfirmAccount/frontend/modules', |
51 | 51 | ); |
52 | 52 | } |
53 | 53 | } |