Changeset 360

Show
Ignore:
Timestamp:
11/02/07 23:41:56 (2 years ago)
Author:
mpaschal
Message:

Don't make non-spacing changes on this branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/openid-server-1.2/plugins/openid-server/OpenIDServer.pl

    r357 r360  
    1414my $plugin = new MT::Plugin::OpenIDServer({ 
    1515    name        => "OpenID Server for MT4", 
    16     description => "Provide OpenID service to native Movable Type accounts", 
     16    description => "", 
    1717    doc_link    => "http://mt-hacks.com/openidserver.html", 
    1818    plugin_link => "http://mt-hacks.com/openidserver.html", 
     
    2424    my $component = shift; 
    2525    my $reg = { 
    26         tags => { 
    27             function => { 
     26        'tags' => { 
     27            'function' => { 
    2828                'OpenIDHeader' => \&openid_header, 
    2929            }, 
     
    3737    my $args = shift; 
    3838    my $cfg = MT::ConfigMgr->instance; 
    39     my $blog = $ctx->stash('blog'); 
     39    my $blog = $ctx->stash('blog');; 
    4040    my $path = $cfg->CGIPath; 
    4141    if ($path =~ m!^/!) {