Changeset 191

Show
Ignore:
Timestamp:
11/15/08 13:05:32 (8 weeks ago)
Author:
drarok
Message:

* Oops, forgot to fix index.php after I changed the class it uses.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hellaworld/branches/autonzb/index.php

    r185 r191  
    357357                // Auto-NZB 
    358358                if (array_key_exists('addfeed', $_GET)) { 
    359                         $manager = new Feed_Manager(); 
     359                        $manager = new Feed_Manager(APPPATH.'feeds.xml'); 
    360360                        $manager->add($_GET['addfeed']); 
    361361                }