Closed (fixed)
Project:
Spaces
Version:
7.x-3.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2013 at 00:12 UTC
Updated:
26 Oct 2013 at 16:30 UTC
I found a little hitch in the Spaces code, where db_placeholder() was still being called in spaces_handler_filter_spaces_feature.inc. I've included a small patch for anyone interested in the fix. It's a quick one.
The patch below uses the correct syntax for calling the add_where function from the Views query plugin, which Spaces feeds the it's query to. It also removes the db_placeholder() call.
| Comment | File | Size | Author |
|---|---|---|---|
| spaces-removing-db_placeholder-func.patch | 1.39 KB | raycascella |
Comments
Comment #1
raycascellaComment #2
raycascellaComment #3
drupalgideonMinor comment but there should be a space before
$typesand before'IN'in your patch as per https://drupal.org/coding-standards#functcallComment #4
webflo commentedCommit 7cd10c0 on 7.x-3.x. Thanks!