summaryrefslogtreecommitdiff
path: root/app/Module/YahrzeitModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-12-26 19:11:05 +0000
committerGreg Roach <fisharebest@gmail.com>2016-12-26 19:11:05 +0000
commit1e6d38482cc472a0193e9887cf587e97097024a6 (patch)
treef4a767d33d3b405b137a0c2d7000bd5cd2702b61 /app/Module/YahrzeitModule.php
parent0300c1d1ff64335d22e77595ab74bb284f28dc76 (diff)
downloadwebtrees-1e6d38482cc472a0193e9887cf587e97097024a6.tar.gz
webtrees-1e6d38482cc472a0193e9887cf587e97097024a6.tar.bz2
webtrees-1e6d38482cc472a0193e9887cf587e97097024a6.zip
Code style - strict typing
Diffstat (limited to 'app/Module/YahrzeitModule.php')
-rw-r--r--app/Module/YahrzeitModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/YahrzeitModule.php b/app/Module/YahrzeitModule.php
index 3984ca8de4..8b16e384c8 100644
--- a/app/Module/YahrzeitModule.php
+++ b/app/Module/YahrzeitModule.php
@@ -220,7 +220,7 @@ class YahrzeitModule extends AbstractModule implements ModuleBlockInterface {
}
if ($template) {
- if ($block) {
+ if ($block === '1') {
$class .= ' small_inner_block';
}