From 93b7d45506170842f2ccbb445fd87e7969377c7c Mon Sep 17 00:00:00 2001 From: RobiNN1 Date: Wed, 16 Mar 2016 19:06:30 +0000 Subject: [PATCH] Update yourls-infos.php Bug Fix --- yourls-infos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yourls-infos.php b/yourls-infos.php index e80860e..9da6bac 100644 --- a/yourls-infos.php +++ b/yourls-infos.php @@ -481,7 +481,7 @@ yourls_html_menu(); if ( $number_of_sites > 1 ) $referrer_sort[ yourls__( 'Others' ) ] = count( $referrers ); yourls_stats_pie( $referrer_sort, 5, '440x220', 'stat_tab_source_ref' ); - unset( $referrer_sort['Others'] ); + unset( $referrer_sort[yourls__('Others')] ); ?>