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:
bd306bd
)
Re-enable notice locations
author
Chimo
<chimo@chromic.org>
Thu, 2 Jun 2016 01:56:42 +0000
(21:56 -0400)
committer
Chimo
<chimo@chromic.org>
Thu, 2 Jun 2016 01:56:42 +0000
(21:56 -0400)
Removed a stray 'return' statement.
lib/noticelistitem.php
patch
|
blob
|
history
diff --git
a/lib/noticelistitem.php
b/lib/noticelistitem.php
index cbff03d973d3ad71133c09f2a24cf8661ab425e0..687a645e97f55cc8502ff8558b7409a069cd7481 100644
(file)
--- a/
lib/noticelistitem.php
+++ b/
lib/noticelistitem.php
@@
-393,7
+393,6
@@
class NoticeListItem extends Widget
*/
function showNoticeLocation()
{
- return;
try {
$location = Notice_location::locFromStored($this->notice);
} catch (NoResultException $e) {