Closed (fixed)
Project:
Organic Groups
Version:
7.x-2.3
Component:
og-context
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2013 at 09:48 UTC
Updated:
16 Dec 2013 at 07:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sammys commentedComment #2
sammys commentedRemoved extra parts of patch file paths.
Comment #3
amitaibuIs the benchmark really significant?
Comment #4
sammys commentedUsing a benchmark misses the whole point of this patch. The point is that current code wastes CPU cycles and it doesn't need to. It's not worth spending time benchmarking. It's simply changing the code from "working" to "perfect".
Comment #5
amitaibuI've changed
array_key_exists()in favor ofempty()and committed, thanks.