summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 23:19:14 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 23:19:14 +0400
commit1f294435307ef6cbbf3f35a22af9bf92131338ed (patch)
tree22a1004e262cfe9f0694d71a3418db4fb9a78d21 /update.php
parent7f1113a56ad8e66ce3dd9886b4b11dfc30573c7f (diff)
fix missing DB object when instantiated to import opml
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index d8ea52361..c301083f9 100755
--- a/update.php
+++ b/update.php
@@ -308,7 +308,7 @@
$_REQUEST = $filter;
$_SESSION["uid"] = $owner_uid;
- $filters = new Pref_Filters( $_REQUEST);
+ $filters = new Pref_Filters($_REQUEST);
$filters->add();
}
}