Skip to content

Commit

Permalink
Fix this_section variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Oct 23, 2015
1 parent f69c75e commit 10ce9ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion user_portal.php
Expand Up @@ -21,7 +21,9 @@
$cidReset = true;

// For HTML editor repository.
Session::erase('this_section');
if (isset($_SESSION['this_section'])) {
unset($_SESSION['this_section']);
}

/* Included libraries */
require_once './main/inc/global.inc.php';
Expand Down

0 comments on commit 10ce9ae

Please sign in to comment.