]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Better fix for bug 391073: $^1 = 1 in all cases with mod_perl enabled, because everyt...
authorlpsolit%gmail.com <>
Fri, 17 Aug 2007 01:37:43 +0000 (01:37 +0000)
committerlpsolit%gmail.com <>
Fri, 17 Aug 2007 01:37:43 +0000 (01:37 +0000)
commit12a3437819cae155383fdd4f0c5b658d5c99a195
tree10da91d4e4fe89bbef5835912ee06129500fd6d8
parent7e57fb585a97a0a07d7d32a5861868340ae4c03f
Better fix for bug 391073: $^1 = 1 in all cases with mod_perl enabled, because everything is already evaluated, so we have to use caller() instead - Patch by me, r=justdave
Bugzilla/Error.pm