From 07b3ea19a6ee820da9bf3b9ee5f9504e05f54356 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 18 Mar 2019 18:47:52 +0100 Subject: never call get_user_data directly --- index.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 95f42c8..1af79a4 100755 --- a/index.pl +++ b/index.pl @@ -677,6 +677,9 @@ helper 'get_user_token' => sub { return; }; +# This helper should only be called directly when also providing a user ID. +# If you don't have one, use current_user() instead (get_user_data will +# delegate to it anyways). helper 'get_user_data' => sub { my ( $self, $uid ) = @_; -- cgit v1.2.3