diff options
-rw-r--r-- | ratatoeskr/sys/models.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |