Przeglądaj źródła

Changed the "session_read" hook name to "session_load"

Roland Haroutiounian 8 lat temu
rodzic
commit
fbdb9f09f8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      plugins/filesystem_session/main.py

+ 1
- 1
plugins/filesystem_session/main.py Wyświetl plik

@@ -68,7 +68,7 @@ def is_session_file_expired(sid):
68 68
 ## @brief reads a session content
69 69
 # @param caller *
70 70
 # @param sid str : session id
71
-@LodelHook('session_read')
71
+@LodelHook('session_load')
72 72
 def read_session(caller, sid):
73 73
     session_file = get_session_file_path(sid)
74 74
     if os.path.isfile(session_file):

Loading…
Anuluj
Zapisz