diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-04-03 20:49:23 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-04-03 20:49:23 +0100 |
| commit | 20abec73bb9cf758b686476b97860f3a8105b048 (patch) | |
| tree | b8087300778668640021cc0516bd40ddc34626f7 /app/Module.php | |
| parent | 08c48399c33069368e86dc5a8eab80844f782f7c (diff) | |
| download | webtrees-20abec73bb9cf758b686476b97860f3a8105b048.tar.gz webtrees-20abec73bb9cf758b686476b97860f3a8105b048.tar.bz2 webtrees-20abec73bb9cf758b686476b97860f3a8105b048.zip | |
Fix copy/paste error
Diffstat (limited to 'app/Module.php')
| -rw-r--r-- | app/Module.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Module.php b/app/Module.php index 43f4e169b2..0d044d4caf 100644 --- a/app/Module.php +++ b/app/Module.php @@ -90,6 +90,8 @@ class Module { $array[$module_name] = $module; } } + + return $array; } /** |
