Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/backend/traits/SessionMaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trait SessionMaker
/**
* Saves a widget related key/value pair in to session data.
* @param string $key Unique key for the data store.
* @param string $value The value to store.
* @param mixed $value The value to store.
* @return void
*/
protected function putSession($key, $value)
Expand Down
Loading