Skip to content

Commit

Permalink
Merge pull request #2089 from LuckyCyborg/4.0
Browse files Browse the repository at this point in the history
Improve the Messages module
  • Loading branch information
LuckyCyborg authored Jun 10, 2018
2 parents 6541b50 + 9799a66 commit 9e5f2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Platform/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Define The Application Version
//--------------------------------------------------------------------------

define('VERSION', '4.0.71');
define('VERSION', '4.0.72');

//--------------------------------------------------------------------------
// Set PHP Error Reporting Options
Expand Down
2 changes: 1 addition & 1 deletion modules/Messages/Views/Messages/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<?php } ?>
<div class="media" style="margin-top: 0; padding: 10px;">
<div class="pull-left">
<img class="img-thumbnail media-object img-responsive" style="height: 80px; width: 80px" alt="<?= $message->sender->realname(); ?>" src="<?= $message->sender->picture(); ?>">
<img class="img-thumbnail media-object img-responsive" style="height: 80px; width: 80px" alt="<?= $message->sender->realname; ?>" src="<?= $message->sender->picture(); ?>">
</div>
<div class="media-body">
<div class="col-md-8">
Expand Down

0 comments on commit 9e5f2ff

Please sign in to comment.