Changeset 192063
- Timestamp:
- 01/10/2010 12:33:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lifestream/trunk/extensions/googlereader/extension.inc.php
r191677 r192063 36 36 function save_options() 37 37 { 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)) 39 39 { 40 40 $this->update_option('user_id', $match[1]);
Note: See TracChangeset
for help on using the changeset viewer.