summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index 1a77d3146..a7606e246 100644
--- a/opml.php
+++ b/opml.php
@@ -132,6 +132,6 @@
}
- db_close($link);
+ if ($link) db_close($link);
?>