From 4b52a94b89b551f5a12d2438bd686d46ded4dc84 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 13 Jun 2018 14:38:30 -0400 Subject: [PATCH] Remove status from config Overriding main plugin. --- config/plugin.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/plugin.ini b/config/plugin.ini index afe05ea..73a4464 100644 --- a/config/plugin.ini +++ b/config/plugin.ini @@ -2,7 +2,7 @@ ; Main Configuration File ; {descrName} ; -; Place any static configuration parameters here. +; Place any static configuration parameters here. ; [common] @@ -13,5 +13,5 @@ item_expiration[120] = '120 Days' topics[1] = 'For Sale' topics[2] = 'Buy' -status[10] = 'Pending' -status[20] = 'Approved' \ No newline at end of file +forsale_status[10] = 'Pending' +forsale_status[20] = 'Approved' -- 2.17.1