projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fef2cb
)
RepliesAction uses default local nav
author
Evan Prodromou
<evan@status.net>
Tue, 1 Mar 2011 21:06:29 +0000
(16:06 -0500)
committer
Evan Prodromou
<evan@status.net>
Tue, 1 Mar 2011 21:06:29 +0000
(16:06 -0500)
actions/replies.php
patch
|
blob
|
history
diff --git
a/actions/replies.php
b/actions/replies.php
index 8f2fc6c7f378c71b3481560c95ae6876210fed51..fd178175d2be107efb344c623f7491e4a2edb526 100644
(file)
--- a/
actions/replies.php
+++ b/
actions/replies.php
@@
-160,18
+160,6
@@
class RepliesAction extends OwnerDesignAction
$this->user->nickname)));
}
- /**
- * show the personal group nav
- *
- * @return void
- */
-
- function showLocalNav()
- {
- $nav = new PersonalGroupNav($this);
- $nav->show();
- }
-
/**
* Show the content
*