aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-18 21:46:16 -0800
committerfriendica <info@friendica.com>2014-01-18 21:46:16 -0800
commit3f7032e542e3c451507fc9266ab3536155c8190f (patch)
tree62c0842da5da6d30b2ad8bc77a1f1bc55e423cc2 /include/widgets.php
parentdb67f08d3c3ae3925479844e0f9b25bab13dabdc (diff)
parent331609cb871517bd35416669492488a3bc14702d (diff)
downloadvolse-hubzilla-3f7032e542e3c451507fc9266ab3536155c8190f.tar.gz
volse-hubzilla-3f7032e542e3c451507fc9266ab3536155c8190f.tar.bz2
volse-hubzilla-3f7032e542e3c451507fc9266ab3536155c8190f.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php
index a1ff756ff..efa350785 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -549,6 +549,7 @@ function widget_photo_albums($arr) {
function widget_vcard($arr) {
+ require_once ('include/Contact.php');
return vcard_from_xchan('',get_app()->get_observer());
}