aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Articles.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Articles.php')
-rw-r--r--Zotlabs/Module/Articles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Articles.php b/Zotlabs/Module/Articles.php
index bebbd5139..25daca81d 100644
--- a/Zotlabs/Module/Articles.php
+++ b/Zotlabs/Module/Articles.php
@@ -170,7 +170,7 @@ class Articles extends \Zotlabs\Web\Controller {
$items = [];
}
- $mode = 'cards';
+ $mode = 'articles';
$content = conversation($items,$mode,false,'traditional');