Skip to content

Commit

Permalink
fixed #5424 Rename NORMAL_MODE in Session::NORMAL_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
Walid Nouh committed Jul 20, 2015
1 parent 1c483c8 commit 1d22f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/compute_dictionnary.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
include ('../inc/includes.php');

// No debug mode
$_SESSION['glpi_use_mode'] == NORMAL_MODE;
$_SESSION['glpi_use_mode'] == Session::NORMAL_MODE;

if (isset($_GET["dictionnary"])) {
$rulecollection = RuleCollection::getClassByType($_GET["dictionnary"]);
Expand Down Expand Up @@ -90,4 +90,4 @@
echo "RuleDictionnaryPhoneType : phones\n";

}
?>
?>

0 comments on commit 1d22f3a

Please sign in to comment.