diff options
author | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-25 15:53:49 -0400 |
---|---|---|
committer | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-25 15:53:49 -0400 |
commit | 959dce823f105fa5bfbba42b6912b041085be325 (patch) | |
tree | 6be8f197f746e7949e342a7cb05fca5d09c5fb62 /actions | |
parent | 01dad5729827870d87f87118c336dcf2acc4af32 (diff) | |
parent | 64d0767654d93de81a0779f04eb992c574bbdece (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'actions')
-rw-r--r-- | actions/tag.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/tag.php b/actions/tag.php index e71ec06a8..e9351d241 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -49,8 +49,6 @@ class TagAction extends Action { $pop = new PopularNoticeSection($this); $pop->show(); -// $freqatt = new FrequentAttachmentSection($this); -// $freqatt->show(); } function title() |