]> git.wh0rd.org - tt-rss.git/commitdiff
do not load test opml when debugging
authorAndrew Dolgov <fox@fakecake.org>
Sun, 2 Sep 2012 09:47:03 +0000 (13:47 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Sun, 2 Sep 2012 09:47:03 +0000 (13:47 +0400)
classes/opml.php

index 9abbeebaafd430d8d27ae9b3379e360034daea1a..f3dbcd814217d68af1ea47a6e15163f71d3db390 100644 (file)
@@ -450,7 +450,7 @@ class Opml extends Handler_Protected {
                $debug = isset($_REQUEST["debug"]);
                $doc = false;
 
-               if ($debug) $doc = DOMDocument::load("/tmp/test.opml");
+#              if ($debug) $doc = DOMDocument::load("/tmp/test.opml");
 
                if (is_file($_FILES['opml_file']['tmp_name'])) {
                        $doc = DOMDocument::load($_FILES['opml_file']['tmp_name']);