From 6a2e644a87957821021f1b748448a72a38ef642b Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 23 May 2013 18:50:27 -0700 Subject: more progress on items_fetch (new name) --- include/text.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/text.php') 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; } -- cgit v1.2.3