Skip to content

Commit

Permalink
get_sessions call misspelled
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Jul 25, 2011
1 parent e5e2a19 commit c1fdbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/subsystems/expQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static function isQueueEmpty($name) {
}

static function flushQueue($name) {
$flash = exponent_seesions_get('flash');
$flash = exponent_sessions_get('flash');
$flash[$name] = array();
exponent_sessions_set('flash', $flash);
}
Expand Down

0 comments on commit c1fdbf9

Please sign in to comment.