--- lib/Grep/Dispatcher.pm 2007/03/06 23:00:32 107 +++ lib/Grep/Dispatcher.pm 2007/03/14 20:02:19 110 @@ -13,7 +13,7 @@ # Jifty->log->debug("current_user = ", dump( $user )); - if ( $user and $user->id ) { + if ( $user && $user->id ) { $top->child( 'Search' => url => '/search' ); $top->child( 'Add feed' => url => '/add' ); $top->child( 'Fetch new results' => url => '/fetch' );