Plugin Directory

Changeset 192063


Ignore:
Timestamp:
01/10/2010 12:33:15 AM (16 years ago)
Author:
zeeg
Message:

#1 Catch the . character in usersnames for Google Reader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lifestream/trunk/extensions/googlereader/extension.inc.php

    r191677 r192063  
    3636    function save_options()
    3737    {
    38         if (preg_match('/\/reader\/shared\/([A-Za-z0-9_\-]+)\/?/i', $this->get_option('url'), $match))
     38        if (preg_match('/\/reader\/shared\/([A-Za-z0-9_\.\-]+)\/?/i', $this->get_option('url'), $match))
    3939        {
    4040            $this->update_option('user_id', $match[1]);
Note: See TracChangeset for help on using the changeset viewer.