[Bps-public-commit] r17415 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Mon Dec 29 20:54:41 EST 2008
Author: sartak
Date: Mon Dec 29 20:54:41 2008
New Revision: 17415
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/Server/Dispatcher.pm
Log:
r78046 at onn: sartak | 2008-12-29 20:54:01 -0500
Don't shift off $self here, the under codeblock doesn't work that way
Modified: Prophet/trunk/lib/Prophet/Server/Dispatcher.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Server/Dispatcher.pm (original)
+++ Prophet/trunk/lib/Prophet/Server/Dispatcher.pm Mon Dec 29 20:54:41 2008
@@ -22,7 +22,6 @@
};
under ['GET'] => sub {
- my $self = shift;
on qr'^=/prophet/autocomplete' => sub {
shift->server->show_template('/_prophet_autocompleter') };
on qr'^static/prophet/(.*)$' => sub { shift->server->send_static_file($1)};
More information about the Bps-public-commit
mailing list