summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-31 13:13:44 +0400
committerAndrew Dolgov <[email protected]>2013-03-31 13:13:44 +0400
commit1b1db7177f0f6d83748a4f42e956ce27328e6ef7 (patch)
tree65370c95c4293754fde40a88628d235658a8121a /plugins
parentc1d2bd26033def6726928a68f0e4ac78ce128858 (diff)
import plugin: actually commit the transaction
Diffstat (limited to 'plugins')
-rw-r--r--plugins/googlereaderimport/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/googlereaderimport/init.php b/plugins/googlereaderimport/init.php
index 808f241b6..da5e9adb1 100644
--- a/plugins/googlereaderimport/init.php
+++ b/plugins/googlereaderimport/init.php
@@ -315,7 +315,7 @@ class GoogleReaderImport extends Plugin {
}
}
-// db_query($this->link, "COMMIT");
+ db_query($this->link, "COMMIT");
return $rc;
}