From: rabuzarus <> Date: Sun, 17 Jan 2016 11:59:06 +0000 (+0100) Subject: feature management for admins: delete double entries from merging process X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78e282734f9f829c0251f2645ba73cbd5f0ce0cf;p=friendica.git feature management for admins: delete double entries from merging process --- diff --git a/mod/admin.php b/mod/admin.php index 035a937e0c..95ab2b0c5a 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -212,9 +212,6 @@ function admin_content(&$a) { case 'viewlogs': $o = admin_page_viewlogs($a); break; - case 'viewlogs': - $o = admin_page_viewlogs($a); - break; case 'dbsync': $o = admin_page_dbsync($a); break; @@ -224,9 +221,6 @@ function admin_content(&$a) { case 'federation': $o = admin_page_federation($a); break; - case 'federation': - $o = admin_page_federation($a); - break; default: notice( t("Item not found.") ); }