more progress on items_fetch (new name)

This commit is contained in:
friendica
2013-05-23 18:50:27 -07:00
parent c721c3a20e
commit 6a2e644a87
3 changed files with 45 additions and 36 deletions

View File

@@ -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;
}