Skip to content

Commit

Permalink
Fix undefined config notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielss89 committed Jul 14, 2014
1 parent 9b29bf5 commit 8b98380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/e4w.zfcuser.redirecturl.global.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
return array(
'e4wzfcuserredirecturl' => array(
'whitelist' => array(

)
)
);
5 changes: 5 additions & 0 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@
'E4W\ZfcUser\RedirectUrl\ModuleOptions' => 'E4W\ZfcUser\RedirectUrl\Factory\Options\ModuleOptionsFactory'
),
),

'e4wzfcuserredirecturl' => array(
'whitelist' => array(
)
)
);

0 comments on commit 8b98380

Please sign in to comment.