aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-16 20:05:02 -0700
committerFriendika <info@friendika.com>2011-08-16 20:05:02 -0700
commitb28b468b2182493b958afecb388501fd66de230f (patch)
treece7adeebc826313e86b1b8ad281e2f4b8c9020a7 /mod/search.php
parent98cdf5d3153ce3b4b7bc1bd505851f4ed5c73406 (diff)
downloadvolse-hubzilla-b28b468b2182493b958afecb388501fd66de230f.tar.gz
volse-hubzilla-b28b468b2182493b958afecb388501fd66de230f.tar.bz2
volse-hubzilla-b28b468b2182493b958afecb388501fd66de230f.zip
cleanup
Diffstat (limited to 'mod/search.php')
-rw-r--r--mod/search.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/search.php b/mod/search.php
index 9b465c0e5..88ff9bbb7 100644
--- a/mod/search.php
+++ b/mod/search.php
@@ -91,6 +91,7 @@ function search_content(&$a) {
$o .= conversation($a,$r,'search',false);
$o .= paginate($a);
+ $o .= cc_license();
return $o;
}