diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-18 16:48:56 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-18 16:48:56 +0100 |
commit | 33258803ea0c14d5037f2b5a4f23b424fe1aa301 (patch) | |
tree | a6f5faad7070aeb0c81f5420094795225736362e /include/widgets.php | |
parent | 0d232c612b71ba28dba234415185ecfb45a80695 (diff) | |
parent | 179730e4851bfb26151502d4473231df86b9c8df (diff) | |
download | volse-hubzilla-33258803ea0c14d5037f2b5a4f23b424fe1aa301.tar.gz volse-hubzilla-33258803ea0c14d5037f2b5a4f23b424fe1aa301.tar.bz2 volse-hubzilla-33258803ea0c14d5037f2b5a4f23b424fe1aa301.zip |
Merge remote-tracking branch 'upstream/master'
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 2b1fb2859..3f8e1f18c 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) { |