[bugzilla-gnome-org-customizations/production] Fix a small bug in the previous patch.



commit 3086dd4dff1745c23adcd0ebf427fc0cab34280f
Author: Patrick Uiterwijk <puiterwijk redhat com>
Date:   Tue Feb 10 15:47:56 2015 +0100

    Fix a small bug in the previous patch.
    
    Signed-off-by: Patrick Uiterwijk <puiterwijk redhat com>

 extensions/Splinter/lib/Ops.pm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/extensions/Splinter/lib/Ops.pm b/extensions/Splinter/lib/Ops.pm
index 4a597bf..73090c5 100644
--- a/extensions/Splinter/lib/Ops.pm
+++ b/extensions/Splinter/lib/Ops.pm
@@ -193,9 +193,8 @@ sub splinter_use_attachbase {
             && $attachbase ne $urlbase
             && $attachbase ne $sslbase
             && $cgi->referer !~ /$splinter_regexp/) ? 1 : 0;
+}
 
 BEGIN {
         *Bugzilla::Util::use_attachbase = \&splinter_use_attachbase;
 }
-
-1;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]