summaryrefslogtreecommitdiff
path: root/app/Module.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-04-03 20:49:23 +0100
committerGreg Roach <fisharebest@gmail.com>2015-04-03 20:49:23 +0100
commit20abec73bb9cf758b686476b97860f3a8105b048 (patch)
treeb8087300778668640021cc0516bd40ddc34626f7 /app/Module.php
parent08c48399c33069368e86dc5a8eab80844f782f7c (diff)
downloadwebtrees-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.php2
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;
}
/**