diff options
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index 772003089..a7a5244f8 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -69,6 +69,7 @@ function opml_import ($xml) { } $catDAO = new CategoryDAO(); + $catDAO->checkDefault(); $defCat = $catDAO->getDefault(); $categories = array (); |
