From 3ffbcd1e45d06b1572d6493b4f50152daf33487d Mon Sep 17 00:00:00 2001 From: josev814 Date: Tue, 20 Oct 2015 17:30:45 -0400 Subject: [PATCH] Modified the Live Site Activity so that the Twitter keyword would redirect to the tweet_logs page --- app/controllers/admincp/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admincp/dashboard.php b/app/controllers/admincp/dashboard.php index a75d24d3..923b6ba2 100644 --- a/app/controllers/admincp/dashboard.php +++ b/app/controllers/admincp/dashboard.php @@ -202,7 +202,7 @@ function activity () { ->get(); foreach ($result->result_array() as $tweets) { - $activity[strtotime($tweets['sent_time'])] = $tweets['tweet'] . ' was tweeted on Twitter'; + $activity[strtotime($tweets['sent_time'])] = $tweets['tweet'] . ' was tweeted on Twitter'; } }