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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user