Rework articles handling #35
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class pluginRSS extends Plugin
|
||||||
$list = $pages->getList(
|
$list = $pages->getList(
|
||||||
$pageNumber = 1,
|
$pageNumber = 1,
|
||||||
$numberOfItems,
|
$numberOfItems,
|
||||||
$type = ['article', 'static'],
|
$type = ['article'],
|
||||||
$state = ['published'],
|
$state = ['published'],
|
||||||
$sticky = true
|
$sticky = true
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue