aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/start.php b/start.php
index 03c0c00d2..44f259ace 100644
--- a/start.php
+++ b/start.php
@@ -7,14 +7,7 @@
**/
function simplepie_init()
- {
- global $CONFIG;
-
- if (!class_exists('SimplePie'))
- {
- require_once $CONFIG->pluginspath . '/simplepie/simplepie.inc';
- }
-
+ {
add_widget_type('feed_reader', 'Feed Reader Widget', 'single feed');
}