Este commit está contenido en:
Silke Meyer 2015-01-31 15:23:36 +01:00
padre a485653d6b
commit 89946b8660
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -278,7 +278,7 @@ function admin_page_site_post(&$a){
$q = sprintf("UPDATE %s SET %s;", $table_name, $upds);
$r = q($q);
if (!$r) {
notice( "Falied updating '$table_name': " . $db->error );
notice( "Failed updating '$table_name': " . $db->error );
goaway($a->get_baseurl(true) . '/admin/site' );
}
}