diff options
author | Friendika <info@friendika.com> | 2011-03-20 00:49:41 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-20 00:49:41 -0700 |
commit | 0609037b9e342a01c429800cabcd88cecbe61bdb (patch) | |
tree | 11edca350427e71827926ece5c1916081ea77428 | |
parent | 6a56ac2add9b96b97a66cdc63722f30234f4cb6b (diff) | |
parent | c1144912e2d2dab07c1e23aec5377e12bcf3e631 (diff) | |
download | volse-hubzilla-0609037b9e342a01c429800cabcd88cecbe61bdb.tar.gz volse-hubzilla-0609037b9e342a01c429800cabcd88cecbe61bdb.tar.bz2 volse-hubzilla-0609037b9e342a01c429800cabcd88cecbe61bdb.zip |
Merge branch 'fabrixxm-master'
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 8298d0d3f..061542c75 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1074,7 +1074,7 @@ function photos_content(&$a) { $tpl = load_view_file('view/photo_item.tpl'); $return_url = $a->cmd; - $like_tpl = load_view_file('view/lik_noshare.tpl'); + $like_tpl = load_view_file('view/like_noshare.tpl'); $likebuttons = ''; |