From aa09d5b5eefd25f3e649dfb0a32f4a1a9021a093 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Mon, 27 Apr 2020 20:03:52 +0200 Subject: Oops, some unfinished changes slipped into ade9ede m( --- ratatoeskr/sys/models.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php index 8f40dd7..d1ba911 100644 --- a/ratatoeskr/sys/models.php +++ b/ratatoeskr/sys/models.php @@ -2518,7 +2518,7 @@ class Repository extends BySQLRowEnabled try { global $db_con; - qdb("INSERT INTO `ratatoeskr_repositories` ( baseurl, name, description, pkgcache, lastrefresh ) VALUES ()"); + qdb("INSERT INTO `ratatoeskr_repositories` () VALUES ()"); $obj->id = $db_con->lastInsertId(); $obj->save(); $tx->commit(); -- cgit v1.2.3-54-g00ecf