aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib_opml.php')
-rw-r--r--lib/lib_opml.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/lib_opml.php b/lib/lib_opml.php
index 1b5517d7f..9feb12ae0 100644
--- a/lib/lib_opml.php
+++ b/lib/lib_opml.php
@@ -61,8 +61,7 @@ function opml_import ($xml) {
if ($cat === false) {
$cat = new FreshRSS_Category ($title);
$values = array (
- 'name' => $cat->name (),
- 'color' => $cat->color ()
+ 'name' => $cat->name ()
);
$cat->_id ($catDAO->addCategory ($values));
}