Changeset 1532

Show
Ignore:
Timestamp:
02/26/08 16:20:51 (3 months ago)
Author:
Rickard
Message:

Default extern.php to action=feed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/extern.php

    r1462 r1532  
    244244// Show recent discussions 
    245245// 
    246 if ($_GET['action'] == 'feed') 
     246if (!isset($_GET['action']) || $_GET['action'] == 'feed') 
    247247{ 
    248248        // Determine what type of feed to output