Always test your goddamn code
This commit is contained in:
parent
eaa8c4897d
commit
d45ab47d3b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue