aboutsummaryrefslogtreecommitdiff
path: root/p/api
diff options
context:
space:
mode:
Diffstat (limited to 'p/api')
-rw-r--r--p/api/pshb.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/p/api/pshb.php b/p/api/pshb.php
index 8fcc5ab34..9d0b9fadc 100644
--- a/p/api/pshb.php
+++ b/p/api/pshb.php
@@ -98,6 +98,7 @@ if ($ORIGINAL_INPUT == '') {
}
$simplePie = customSimplePie();
+$simplePie->enable_cache(false);
$simplePie->set_raw_data($ORIGINAL_INPUT);
$simplePie->init();
unset($ORIGINAL_INPUT);