diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-12-26 19:11:05 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-12-26 19:11:05 +0000 |
| commit | 1e6d38482cc472a0193e9887cf587e97097024a6 (patch) | |
| tree | f4a767d33d3b405b137a0c2d7000bd5cd2702b61 /app/Module/YahrzeitModule.php | |
| parent | 0300c1d1ff64335d22e77595ab74bb284f28dc76 (diff) | |
| download | webtrees-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.php | 2 |
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'; } |
