Closed (fixed)
Project:
Comment Notify
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2008 at 15:07 UTC
Updated:
7 Nov 2008 at 02:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
gregglesThe way that core does this is
preg_replace('!^https?://!', '', $base_url)http://cvs.drupal.org/viewvc.py/drupal/drupal/modules/user/user.module?r...
What do you think? Do you have a site where you can test this?
Comment #2
gregglesPatch is for 5.x but seems to work for 6.x as well.
Comment #3
aclight commentedI guess core's way of doing this is less code, but functionally the same thing, so maybe it's best to do it that way. I don't actually have comment_notify running on a site yet, so don't have a simple way to test. I just happened to notice this while looking through the code.
Comment #4
gregglesCool - thanks for the review.
I accidentally committed this with another issue so I guess it's fixed.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.