mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Always test your goddamn code
This commit is contained in:
@ -12,7 +12,7 @@ class CommentController
|
|||||||
$this->context->stylesheets []= 'comment-list.css';
|
$this->context->stylesheets []= 'comment-list.css';
|
||||||
$this->context->stylesheets []= 'comment-small.css';
|
$this->context->stylesheets []= 'comment-small.css';
|
||||||
$this->context->subTitle = 'comments';
|
$this->context->subTitle = 'comments';
|
||||||
if ($this->config->user->hasEnabledEndlessScrolling())
|
if ($this->context->user->hasEnabledEndlessScrolling())
|
||||||
$this->context->scripts []= 'paginator-endless.js';
|
$this->context->scripts []= 'paginator-endless.js';
|
||||||
|
|
||||||
$page = intval($page);
|
$page = intval($page);
|
||||||
|
Reference in New Issue
Block a user