Closed (fixed)
Project:
Advanced Forum
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2008 at 11:29 UTC
Updated:
18 Mar 2008 at 20:13 UTC
lot of times in d6_compat.inc url() arguments contains arrays, but it need simple variables:
Comments
Comment #1
michelleIs this causing problems somewhere? I haven't noticed any URLs not working. Unless this is affecting the functionality of the module, I'm going to won't fix it as I'm not touching that code unless something is actually broken.
Michelle
Comment #2
andrew_kabai commentedhi,
yes, it makes wrong urls. for example in a topic list a link for the new replys will be "node/nodenum?array" but the corret link is looks like this: node/nodenum#new
an other example: when the new post is not in the first page, then the link still will be "node/nodenum?array" and not "node/nodenum?page=pagenum#new"
Andrew
Comment #3
michelleWell, damn, how did I manage to miss that? I've clicked those links tons of times and never noticed they were wrong. LOL! You're right, of course. Ok, I'll dig in there and get that fixed. Thanks :)
Michelle
Comment #4
andrew_kabai commentedno problem, this is why we use bug report ;)
by the way, thanks for the great job!
Andrew
Comment #5
melodiesmaster commentedyeah, I just found this bug now while I'm testing. Hope there will be a solution soon.
Comment #6
michelleFixing the version.
Michelle
Comment #7
michellehttp://drupal.org/cvs?commit=104287
Fixed, thanks. :) Still can't believe I missed that one... LOL
Michelle
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.