Ignore:
Timestamp:
May 29, 2019 12:58:40 AM (5 years ago)
Author:
anonymous
Message:

Fix regression (using -> notation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/Nav.inc.php

    r680 r688  
    102102
    103103        if (!isset($this->pages[sizeof($this->pages)-1]['features']) || !isset($this->pages[$page_id]['features'])) {
    104             $app->logMsg(sprintf('Page not available to set feature: page_id = %s', $page_id), LOG_ERR, __FILE__, __LINE__);
     104            logMsg(sprintf('Page not available to set feature: page_id = %s', $page_id), LOG_ERR, __FILE__, __LINE__);
    105105            return false;
    106106        }
Note: See TracChangeset for help on using the changeset viewer.