Skip to content

Commit c1b6694

Browse files
authored
Merge pull request #173 from ramoncordini/bug-twitter-api-conection-from-master
Fix: Comentada a chamada para o twitter.
2 parents a551f59 + b6f1505 commit c1b6694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/controllers/Home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function index()
6363
$this->load_journals();
6464
$this->load_analytics();
6565
$this->load_blog_rss_feed();
66-
$this->load_twitter();
66+
//$this->load_twitter();
6767
$this->load_youtube_videos();
6868
$this->load_tabs();
6969

0 commit comments

Comments
 (0)