diff options
author | friendica <info@friendica.com> | 2014-01-18 21:46:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-18 21:46:16 -0800 |
commit | 3f7032e542e3c451507fc9266ab3536155c8190f (patch) | |
tree | 62c0842da5da6d30b2ad8bc77a1f1bc55e423cc2 /include/widgets.php | |
parent | db67f08d3c3ae3925479844e0f9b25bab13dabdc (diff) | |
parent | 331609cb871517bd35416669492488a3bc14702d (diff) | |
download | volse-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.php | 1 |
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()); } |