aboutsummaryrefslogtreecommitdiffstats
path: root/lib/simplepie/library/SimplePie/Item.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2023-09-05 22:16:29 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2023-09-05 22:16:29 +0200
commit02b6ced8955cd5b773e958cd12f586b69933b84f (patch)
treeabc29dc6dae1babf44e18d28ba397dbc94285730 /lib/simplepie/library/SimplePie/Item.php
parent4dc2c6193f1668d2bd6c9e7b4e6c9ccdcc6ac3a8 (diff)
downloadwww-02b6ced8955cd5b773e958cd12f586b69933b84f.tar
www-02b6ced8955cd5b773e958cd12f586b69933b84f.tar.gz
www-02b6ced8955cd5b773e958cd12f586b69933b84f.tar.bz2
www-02b6ced8955cd5b773e958cd12f586b69933b84f.tar.xz
www-02b6ced8955cd5b773e958cd12f586b69933b84f.zip
Update simplepie to try to fix mga#32236
Diffstat (limited to 'lib/simplepie/library/SimplePie/Item.php')
-rw-r--r--lib/simplepie/library/SimplePie/Item.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/simplepie/library/SimplePie/Item.php b/lib/simplepie/library/SimplePie/Item.php
index 3ac4fa882..02f158bfc 100644
--- a/lib/simplepie/library/SimplePie/Item.php
+++ b/lib/simplepie/library/SimplePie/Item.php
@@ -2965,3 +2965,5 @@ class SimplePie_Item
return null;
}
}
+
+class_alias('SimplePie_Item', 'SimplePie\Item', false);