]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorblipvert@b874dc05477cdc0dc8c9c8d9bbe2e39240253a85 <blipvert@web>
Wed, 14 Dec 2016 23:04:05 +0000 (19:04 -0400)
committeradmin <admin@branchable.com>
Wed, 14 Dec 2016 23:04:05 +0000 (19:04 -0400)
doc/bugs/use_of___36__topurl_in_cgitemplate.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/use_of___36__topurl_in_cgitemplate.mdwn b/doc/bugs/use_of___36__topurl_in_cgitemplate.mdwn
new file mode 100644 (file)
index 0000000..b5e1ea3
--- /dev/null
@@ -0,0 +1,8 @@
+In commits by Simon McVittie on Oct 5, 2014, the following was added to `cgitemplate()`:
+
+    b0a35c81 (Simon McVittie   2014-10-05  61)         my $topurl = $config{url};
+    3b8da667 (Simon McVittie   2014-10-05  62)         if (defined $cgi && ! $config{w3mmode} && ! $config{reverse_proxy}) {
+    b0a35c81 (Simon McVittie   2014-10-05  63)                 $topurl = $cgi->url;
+    b0a35c81 (Simon McVittie   2014-10-05  64)         }
+
+I am trying to determine what was intended by this change.  The variable `$topurl` is not used again in this function, so this is essentially dead code.