diff --git a/www/application/controllers/User_Tweets.php b/www/application/controllers/User_Tweets.php index ea30205..3f202b6 100644 --- a/www/application/controllers/User_Tweets.php +++ b/www/application/controllers/User_Tweets.php @@ -9,7 +9,7 @@ function __Construct(){ } public function index(){ - $this->data['posts'] = $this->Users_Tweets_Model2->getPosts(); + $this->data['posts'] = $this->User_Tweets_Model->getPosts(); $this->load->view('user', $this->data); } }