Changeset 145

Show
Ignore:
Timestamp:
01/19/06 21:36:49 (3 years ago)
Author:
ben
Message:

Fixed 'add RSS feed' bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/units/magpie/function_subscriptions.php

    r112 r145  
    5252                if ($_SESSION['userid'] == $page_owner) { 
    5353                        $body .= "<p>". gettext("To subscribe to a new feed, enter its address below:") . "</p>"; 
    54                         $body .= "<form action=\"subscriptions.php\" method=\"post\">"; 
     54                        $body .= "<form action=\"\" method=\"post\">"; 
    5555                        $body .= run("templates:draw", array( 
    5656                                                                                                                                'context' => 'adminTable',