fix missing commit after OPML import (closes #513)
This commit is contained in:
parent
d03ae73e93
commit
b77d0c4a12
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ class Dlg extends Handler_Protected {
|
|||
|
||||
$opml->opml_import($_SESSION["uid"]);
|
||||
|
||||
db_query($this->link, "COMMIT");
|
||||
|
||||
print "</ul>";
|
||||
print "</div>";
|
||||
|
||||
|
|
Loading…
Reference in a new issue