projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ab20681
)
fix for lack of remote_user
Justin Hunter [Fri, 29 Oct 2010 17:05:24 +0000 (10:05 -0700)]
lib/ComponentUI/Controller/Root.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ComponentUI/Controller/Root.pm
b/lib/ComponentUI/Controller/Root.pm
index
4d9f1eb
..
1239ea8
100644
(file)
--- a/
lib/ComponentUI/Controller/Root.pm
+++ b/
lib/ComponentUI/Controller/Root.pm
@@
-43,7
+43,7
@@
sub root :Chained('base') :PathPart('') :Args(0) {
},
),
);
- $c->log->debug('remote', $c->request->remote_user );
+ $c->log->debug('remote', $c->request->remote_user || '' );
}
sub bye :Chained('base') :PathPart('bye') :Args(0) {