From 3f53cf689eca3eccd916cb1d5f9a78a0e76f6977 Mon Sep 17 00:00:00 2001 From: profiteroles Date: Tue, 7 May 2019 23:45:58 -0700 Subject: [PATCH] Tweak --- Minat.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Minat.php b/Minat.php index 1cf5acc..c2b24e3 100755 --- a/Minat.php +++ b/Minat.php @@ -37,7 +37,6 @@ if (!file_exists($prefs)) { $p['workdir'] = "/tmp/minat/"; $p['logfile'] = getLogPath("minat.log"); - $p['disable_prefs'] = 0; $p['disable_tags'] = 0; $p['disable_artwork'] = 0; $p['premature'] = 0;