diff options
Diffstat (limited to 'view_meal.php')
| -rw-r--r-- | view_meal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view_meal.php b/view_meal.php index 6dfda0f..bec1625 100644 --- a/view_meal.php +++ b/view_meal.php @@ -34,7 +34,7 @@ if ( $_GET['meal'] == "0" ) { # the current meal is located in the session. put it into a local variable # but only if it actually contains at least one item, otherwise send the user # back to wherever they were before - if ( isset($_SESSION['currentMeal']) && count($_SESSIOn['currentMeal'])) { + if ( isset($_SESSION['currentMeal']) && count($_SESSION['currentMeal'])) { $currentMeal = $_SESSION['currentMeal']; $smarty->assign("mealDesc", "(Current meal)"); } else { |
