Skip to content

Commit

Permalink
Modified the Live Site Activity so that the Twitter keyword would red…
Browse files Browse the repository at this point in the history
…irect to the tweet_logs page
  • Loading branch information
josev814 committed Oct 20, 2015
1 parent c05c276 commit 3ffbcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admincp/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function activity () {
->get();

foreach ($result->result_array() as $tweets) {
$activity[strtotime($tweets['sent_time'])] = $tweets['tweet'] . ' was tweeted on <strong>Twitter</strong>';
$activity[strtotime($tweets['sent_time'])] = $tweets['tweet'] . ' was tweeted on <a href="' . site_url('admincp/twitter/tweet_logs') . '">Twitter</a>';
}
}

Expand Down

0 comments on commit 3ffbcd1

Please sign in to comment.