1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 19:02:39 +02:00

PHP Notice removal and Forum Rank display preference added.

This commit is contained in:
Cameron
2016-05-16 11:44:38 -07:00
parent b8f7c5458d
commit 572a4bb8be
5 changed files with 41 additions and 30 deletions

View File

@@ -1625,7 +1625,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
// XXX Temporary Fix - TBD.
// Set the URL matching in the page itself. see: forum_viewforum.php and forum_viewtopic.php
if(defined("NAVIGATION_ACTIVE") && !$data['link_sub'])
if(defined("NAVIGATION_ACTIVE") && empty($data['link_sub']))
{
if(strpos($data['link_url'], NAVIGATION_ACTIVE)!==false)
{