Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xaslo/db-check.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/aslo/db-check.php b/aslo/db-check.php
index 6a376d4..82fbdbf 100755
--- a/aslo/db-check.php
+++ b/aslo/db-check.php
@@ -28,6 +28,9 @@ while ($row = mysql_fetch_array($rows)) {
debug("Missed name for default locale id={$row['id']}", true);
}
+// No need in aslo, but if it is beeing set (from the code), it breaks uploader's workflow
+$db->read('UPDATE addons SET prerelease=0');
+
/**
* Give this function your output. If the debug flag (in the database) is set or if the error is serious it will get printed
*