diff options
author | friendica <info@friendica.com> | 2013-05-23 18:50:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-23 18:50:27 -0700 |
commit | 6a2e644a87957821021f1b748448a72a38ef642b (patch) | |
tree | 61648abd176c459e7e785775a26cc34fda2ac012 /include/text.php | |
parent | c721c3a20e17783835672365ce56fe64876002c7 (diff) | |
download | volse-hubzilla-6a2e644a87957821021f1b748448a72a38ef642b.tar.gz volse-hubzilla-6a2e644a87957821021f1b748448a72a38ef642b.tar.bz2 volse-hubzilla-6a2e644a87957821021f1b748448a72a38ef642b.zip |
more progress on items_fetch (new name)
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 3b3620f33..b1cf900b6 100755 --- a/include/text.php +++ b/include/text.php @@ -498,6 +498,7 @@ function profiler($t1,$t2,$label) { function activity_match($haystack,$needle) { if(($haystack === $needle) || ((basename($needle) === $haystack) && strstr($needle,NAMESPACE_ACTIVITY_SCHEMA))) return true; + return false; } |