]> Lady’s Gitweb - Gitweb/commit
gitweb: fix 'ctags' feature check and others
authorJunio C Hamano <redacted>
Sat, 29 Nov 2008 20:53:41 +0000 (12:53 -0800)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:38 +0000 (00:50 -0400)
commit4ece42f20812af7b57bb9a14b0a5eb675c9051f895a7c60e520b4b9f3b022b58
tree6d1b06a0e5592765a7be93f4317a4047885c50c8e082ec39644342b84822a4e8
parent9a00f2bad8f9cf115358c2ba29d34e1ec9060662619ac95a20c91b3bdc4e3299
gitweb: fix 'ctags' feature check and others

gitweb_check_feature() function is to retrieve the configuration parameter
list and calling it in the scalar context does not give its first element
that tells if the feature is enabled.  This fixes all the existing callers
to call the function correctly in the list context.

Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.281191 seconds and 4 git commands to generate.