mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2011-12-30 01:52 am

[dw-free] Allow everybody to see the dropdown

[commit: http://hg.dwscoalition.org/dw-free/rev/c8fe0c416b76]

Allow everybody to see the dropdown

Patch by [staff profile] mark.

Files modified:
  • htdocs/tools/importer.bml
--------------------------------------------------------------------------------
diff -r e2978a69303d -r c8fe0c416b76 htdocs/tools/importer.bml
--- a/htdocs/tools/importer.bml	Fri Dec 30 01:33:09 2011 +0000
+++ b/htdocs/tools/importer.bml	Fri Dec 30 01:52:42 2011 +0000
@@ -63,7 +63,7 @@
 
     # user switcher
     my $ret = '';
-    if ( $LJ::ALLOW_COMM_IMPORTS && $u->can_import_comm ) {
+    if ( $LJ::ALLOW_COMM_IMPORTS ) {
         $ret .= "<form method='get'>\n";
         $ret .= LJ::make_authas_select($u, { authas => $GET{authas}, showall => 0 });
         $ret .= "</form>\n\n";
--------------------------------------------------------------------------------