diff options
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; } |