From 905cfaf25364fd240fc2c56444f60bf3ad66029b Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 1 Dec 2022 00:48:29 +0100 Subject: [PATCH] fix table name --- _uninstall.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_uninstall.php b/_uninstall.php index dec5af0..258861f 100644 --- a/_uninstall.php +++ b/_uninstall.php @@ -32,7 +32,7 @@ $this->addUserAction( /* action */ 'delete', /* ns */ - 'zc_feed', + initZoneclearFeedServer::FEED_TABLE_NAME, /* desc */ __('delete table') ); @@ -73,7 +73,7 @@ $this->addDirectAction( /* action */ 'delete', /* ns */ - 'zc_feed', + initZoneclearFeedServer::FEED_TABLE_NAME, /* desc */ sprintf(__('delete %s table'), $mod_id) );