diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-18 23:51:00 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-18 23:51:00 +0100 |
commit | 0c163c4d038a4c26335af1bde366d8ef9e53c464 (patch) | |
tree | 942f1217e80087737172c2d0b40d7cf2711a4532 /include/widgets.php | |
parent | e4145deeb7a72ac321113fde672e1b499ecb0d2d (diff) | |
parent | 179730e4851bfb26151502d4473231df86b9c8df (diff) | |
download | volse-hubzilla-0c163c4d038a4c26335af1bde366d8ef9e53c464.tar.gz volse-hubzilla-0c163c4d038a4c26335af1bde366d8ef9e53c464.tar.bz2 volse-hubzilla-0c163c4d038a4c26335af1bde366d8ef9e53c464.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
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 5358fcbb9..2724b42aa 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -7,6 +7,7 @@ require_once('include/dir_fns.php'); require_once('include/contact_widgets.php'); +require_once('include/attach.php'); function widget_profile($args) { |