]> git.wh0rd.org - tt-rss.git/commitdiff
opml: remove debug file override
authorAndrew Dolgov <fox@bah.org.ru>
Tue, 29 Jun 2010 10:26:45 +0000 (14:26 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Tue, 29 Jun 2010 10:26:45 +0000 (14:26 +0400)
modules/opml_domdoc.php

index 72eeeb1d6c5ba15df53e307e33f6ac49b5a0aa60..a1efb1e93503ce187a28c7c511d964488e18e43c 100644 (file)
@@ -1,8 +1,6 @@
 <?php
        function opml_import_domdoc($link, $owner_uid) {
 
-               $_FILES['opml_file']['tmp_name'] = '/home/fox/opml.php';
-
                if (is_file($_FILES['opml_file']['tmp_name'])) {
                        $doc = DOMDocument::load($_FILES['opml_file']['tmp_name']);