From 3f920da4137ecb91b3aeb2683f2e2b59b4d088cc Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 6 Dec 2015 14:25:47 -0800 Subject: update error --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/update.php') 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; -- cgit v1.2.3