r20151216
YOU THOUGHT HE WAS GONE Signed-off-by: Flashwave <me@flash.moe>
This commit is contained in:
parent
27d3bdf2dc
commit
5951b2b41c
3 changed files with 3 additions and 2 deletions
|
@ -117,7 +117,7 @@ class Thread
|
|||
{
|
||||
// Check if the cache var is set
|
||||
if ($this->_lastPost !== null) {
|
||||
return $this->_firstPost;
|
||||
return $this->_lastPost;
|
||||
}
|
||||
|
||||
// Get the row from the database
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
namespace Sakura;
|
||||
|
||||
// Define Sakura version
|
||||
define('SAKURA_VERSION', '20151213');
|
||||
define('SAKURA_VERSION', '20151216');
|
||||
define('SAKURA_VLABEL', 'Eminence');
|
||||
define('SAKURA_COLOUR', '#6C3082');
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
{% endif %}
|
||||
{% if forumReplyLink %}
|
||||
<a href="{{ forumReplyLink }}" class="forumbtn"><span class="fa fa-reply-all"></span> Reply</a>
|
||||
<a href="{{ sakura.currentPage }}" class="forumbtn" onclick="ajaxBusyView(true);"><span class="fa fa-refresh"></span> Refresh</a>
|
||||
{% endif %}
|
||||
{% if forumNewLink %}
|
||||
<a href="{{ forumNewLink }}" class="forumbtn"><span class="fa fa-pencil-square-o"></span> New Thread</a>
|
||||
|
|
Reference in a new issue