aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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());
}