Skip to content

Commit fb80443

Browse files
committed
Register ZfcUser extension by default for backwards compatibility
1 parent 1cc671c commit fb80443

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/module.config.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22
return array(
3+
'ldc-user-profile' => array(
4+
'registered_extensions' => array(
5+
'ldc-user-profile_extension_zfcuser' => true,
6+
),
7+
),
38
'controllers' => array(
49
'invokables' => array(
510
'LdcUserProfile\Controller\Profile' => 'LdcUserProfile\Controller\ProfileController',

0 commit comments

Comments
 (0)