missing quote

This commit is contained in:
friendica 2014-10-14 18:05:32 -07:00
parent 2db7d88e28
commit 5362943330

View file

@ -1458,7 +1458,7 @@ function update_r1128() {
}
function update_r1129() {
$r = q("update hubloc set hubloc_network = 'zot' where hubloc_network = '');
$r = q("update hubloc set hubloc_network = 'zot' where hubloc_network = ''");
if($r)
return UPDATE_SUCCESS;
return UPDATE_FAILED;