We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0d145 commit 2fca2d3Copy full SHA for 2fca2d3
gwynethllewelyn/postlocalstorage/event/listener.php
@@ -74,7 +74,7 @@ static public function getSubscribedEvents()
74
*/
75
public function check_expiry_time($event)
76
{
77
- error_log('[phpBB3 postlocalstorage] checking for expiry time...' . $event->getMessage());
+ error_log('[phpBB3 postlocalstorage] checking for expiry time...' . empty($event) ? '(empty event data)' : '(we got something on the event data)');
78
79
try
80
0 commit comments