aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-21 04:08:48 -0800
committerfriendica <info@friendica.com>2012-12-21 04:08:48 -0800
commit8d71fe91f67eeb501efd6fedd17992c12882daeb (patch)
tree83c680bed39e2bc08db156d452e19b2911eae225 /install
parent7daf2cf7dbfbbfa8f10378c8c16175548bedae87 (diff)
downloadvolse-hubzilla-8d71fe91f67eeb501efd6fedd17992c12882daeb.tar.gz
volse-hubzilla-8d71fe91f67eeb501efd6fedd17992c12882daeb.tar.bz2
volse-hubzilla-8d71fe91f67eeb501efd6fedd17992c12882daeb.zip
cleanup editpost
Diffstat (limited to 'install')
-rw-r--r--install/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index ca95f3b57..791371ec1 100644
--- a/install/update.php
+++ b/install/update.php
@@ -103,7 +103,7 @@ PRIMARY KEY ( `site_url` )
function update_r1005() {
q("drop table guid");
- q("drop table `notify-threads`);
+ q("drop table `notify-threads`");
return UPDATE_SUCCESS;
}