aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-04-27 20:03:52 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-04-27 20:03:52 +0200
commitaa09d5b5eefd25f3e649dfb0a32f4a1a9021a093 (patch)
tree309ee466f41c4f2b786bbf733239aa8a98b1bf23
parentaecc1b02d82b4f579ac6d25db3470e746b2b47c9 (diff)
downloadratatoeskr-cms-aa09d5b5eefd25f3e649dfb0a32f4a1a9021a093.tar.gz
ratatoeskr-cms-aa09d5b5eefd25f3e649dfb0a32f4a1a9021a093.tar.bz2
ratatoeskr-cms-aa09d5b5eefd25f3e649dfb0a32f4a1a9021a093.zip
Oops, some unfinished changes slipped into ade9ede m(
-rw-r--r--ratatoeskr/sys/models.php2
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();