Closed (won't fix)
Project:
Spaces
Version:
6.x-2.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2009 at 15:23 UTC
Updated:
18 Apr 2014 at 20:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
socialnicheguru commentedwhat happens if you make this change? how does it affect the functionality?
Comment #2
rbrandon commentedIt does not affect funtionality, it operates the same as before
Comment #3
rbrandon commentedThere is actually one other place where this happens:
Line 209 spaces.module
Should be replaced with
This also does not affect functionality just corrects inappropriate the static call.
Comment #4
rbrandon commentedHere is a patch if that helps.
Comment #5
rbrandon commentedI left off the last parameter in the route function I re_created the patch and it is attached.
Cheers,
Richard
Comment #6
jmiccolis commentedThe 2.x branch is no longer supported; setting this to "won't fix".
Comment #7
dergachev commentedIn case any other poor souls are still on spaces 1.x (or 2.x), the attached patch (againt 1.x) is identical to one in a previous comment but actually fixes the bug for me.