Skip to content

Commit

Permalink
user page
Browse files Browse the repository at this point in the history
  • Loading branch information
Shemona Singh authored and Shemona Singh committed Dec 4, 2017
1 parent 41b5a2f commit 3c30c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/application/controllers/User_Tweets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit 3c30c51

Please sign in to comment.