diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-30 13:25:37 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-30 13:25:37 -0700 |
commit | fab63ca751beac91d12e06c194101cacd1f909e5 (patch) | |
tree | 524fc265d0dbc29db44146b6b26032ca815d605a /mod/profile.php | |
parent | 768acb0a3faf2c2f2a523420710673aaacb64f76 (diff) | |
download | volse-hubzilla-fab63ca751beac91d12e06c194101cacd1f909e5.tar.gz volse-hubzilla-fab63ca751beac91d12e06c194101cacd1f909e5.tar.bz2 volse-hubzilla-fab63ca751beac91d12e06c194101cacd1f909e5.zip |
-Wall cleanup
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/profile.php b/mod/profile.php index 7c01501d6..3ab77a094 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -85,7 +85,7 @@ function profile_content(&$a, $update = 0) { $groups = array(); $tab = 'posts'; - + $o = ''; if($update) { // Ensure we've got a profile owner if updating. @@ -256,7 +256,6 @@ function profile_content(&$a, $update = 0) { ); - $cmnt_tpl = load_view_file('view/comment_item.tpl'); $like_tpl = load_view_file('view/like.tpl'); |