Plugin Directory

Changeset 191690


Ignore:
Timestamp:
01/08/2010 11:22:01 PM (16 years ago)
Author:
zeeg
Message:

syntax error

File:
1 edited

Legend:

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

    r191686 r191690  
    2020        if ($this->get_option('permalink_url')) $url = $this->get_option('permalink_url');
    2121        else $url = $this->get_option('url');
    22         if (!preg_match('#^(http://)?([a-z0-9\-\.]*\.)?([a-z0-9\-]+\.[a-z0-9\-]+)/?#i', $url, $matches));
     22        if (!preg_match('#^(http://)?([a-z0-9\-\.]*\.)?([a-z0-9\-]+\.[a-z0-9\-]+)/?#i', $url, $matches))
    2323            return $url;
    2424        return $matches[3];
Note: See TracChangeset for help on using the changeset viewer.