Skip to content

Commit

Permalink
Register ZfcUser extension by default for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlundrigan committed Jul 30, 2014
1 parent 1cc671c commit fb80443
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/module.config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php
return array(
'ldc-user-profile' => array(
'registered_extensions' => array(
'ldc-user-profile_extension_zfcuser' => true,
),
),
'controllers' => array(
'invokables' => array(
'LdcUserProfile\Controller\Profile' => 'LdcUserProfile\Controller\ProfileController',
Expand Down

0 comments on commit fb80443

Please sign in to comment.