Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
balanivash committed Feb 4, 2015
1 parent b39f514 commit c93bc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
///Case 2 : request for a user profile page
else if(isset($_GET['user'])) {
$publicPageRequest = true;
$userProfileId = $_GET['user'];
$userProfileId = safe_html(escape($_GET['user']));
//This is just to prevent parsing a NULL url when someone misplaces the code for User profile parser
$pageFullPath = "home";
}
Expand Down

0 comments on commit c93bc10

Please sign in to comment.