Skip to content

Commit

Permalink
Fix call to undefined method getBirthday()
Browse files Browse the repository at this point in the history
Call to undefined method Modules\Teams\Mappers\Joins::getBirthday() in
application\modules\teams\views\admin\applications\show.php on line 54

http://www.ilch.de/forum-showposts-53826.html#389482
  • Loading branch information
blackcoder87 committed Apr 2, 2017
1 parent 66282e9 commit 381666e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@
<?=$this->getTrans('birthday') ?>:
</label>
<div class="col-lg-2">
<?=$birthday->format('d.m.Y') ?> (<?=$joinsMapper->getBirthday($birthday) ?>)
<?=$birthday->format('d.m.Y') ?> (<?=$joinsMapper->getAge($birthday) ?>)
</div>
</div>
<?php endif; ?>
Expand Down

0 comments on commit 381666e

Please sign in to comment.