]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Re-enable notice locations
authorChimo <chimo@chromic.org>
Thu, 2 Jun 2016 01:56:42 +0000 (21:56 -0400)
committerChimo <chimo@chromic.org>
Thu, 2 Jun 2016 01:56:42 +0000 (21:56 -0400)
Removed a stray 'return' statement.

lib/noticelistitem.php

index cbff03d973d3ad71133c09f2a24cf8661ab425e0..687a645e97f55cc8502ff8558b7409a069cd7481 100644 (file)
@@ -393,7 +393,6 @@ class NoticeListItem extends Widget
      */
     function showNoticeLocation()
     {
-        return;
         try {
             $location = Notice_location::locFromStored($this->notice);
         } catch (NoResultException $e) {