[bug #2750] Cannot return to another branch if the independantbranch option is set...
[koha.git] / tools / tools-home.pl
index 1a87fd6..c49d2e7 100755 (executable)
@@ -18,7 +18,7 @@
 use strict;
 use CGI;
 use C4::Auth;
-use C4::Interface::CGI::Output;
+use C4::Output;
 
 my $query = new CGI;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
@@ -27,7 +27,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         query           => $query,
         type            => "intranet",
         authnotrequired => 0,
-        flagsrequired   => { tools => 1 },
+        flagsrequired   => { tools => '*' },
         debug           => 1,
     }
 );