aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Articles.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-11-19 09:33:13 +0000
committerMario <mario@mariovavti.com>2019-11-19 09:33:13 +0000
commiteec42d3bb320c76318632a2acc7d48892c73abce (patch)
treeb607c4e1183960333837309493f918f44ee9e956 /Zotlabs/Module/Articles.php
parentbd049eddd4fa79d6960746d884fc6f5c8defd8e8 (diff)
parente762347080283f60ac67295767348895f626c367 (diff)
downloadvolse-hubzilla-eec42d3bb320c76318632a2acc7d48892c73abce.tar.gz
volse-hubzilla-eec42d3bb320c76318632a2acc7d48892c73abce.tar.bz2
volse-hubzilla-eec42d3bb320c76318632a2acc7d48892c73abce.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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 e3ad54be8..2c43b4764 100644
--- a/Zotlabs/Module/Articles.php
+++ b/Zotlabs/Module/Articles.php
@@ -211,7 +211,7 @@ class Articles extends Controller {
}
// Add Opengraph markup
- opengraph_add_meta(((! empty($items)) ? $r[0] : array()), App::$profile);
+ opengraph_add_meta((! empty($items) ? $r[0] : []), $channel);
$mode = 'articles';