--- trunk/lib/Frey/Server.pm 2008/11/29 15:05:55 617 +++ trunk/lib/Frey/Server.pm 2008/11/29 15:19:43 618 @@ -132,7 +132,6 @@ $f->request( $req ); } elsif ( $path =~ $editor->url_regex ) { $req->print( $editor->command( $path ) ); - $editor->command( $path ); return; } elsif ( $path =~ m{/([^/]+)/(\w*as_\w+)/?([^/]+)?}