aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-06 14:25:47 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-06 14:25:47 -0800
commit3f920da4137ecb91b3aeb2683f2e2b59b4d088cc (patch)
tree36f61c089c29841cde1caf833e61fae97b13e04a /install/update.php
parent2393db39434d47a237fb01847213256d1396f8d1 (diff)
downloadvolse-hubzilla-3f920da4137ecb91b3aeb2683f2e2b59b4d088cc.tar.gz
volse-hubzilla-3f920da4137ecb91b3aeb2683f2e2b59b4d088cc.tar.bz2
volse-hubzilla-3f920da4137ecb91b3aeb2683f2e2b59b4d088cc.zip
update error
Diffstat (limited to 'install/update.php')
-rw-r--r--install/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index 37351656f..24f4f21d5 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1951,7 +1951,7 @@ function update_r1159() {
function update_r1160() {
- $r1 = q("alter table abook add abook_instance text not null default '' ");
+ $r = q("alter table abook add abook_instance text not null default '' ");
if($r)
return UPDATE_SUCCESS;
return UPDATE_FAILED;