Ignore:
Timestamp:
Mar 18, 2017 12:36:17 PM (7 years ago)
Author:
anonymous
Message:

Minor fixes. Increment version to 2.2.0-5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Navigation.inc.php

    r534 r590  
    6060
    6161        // Define current_page_url here because _SERVER, not a static scalar, cannot be defined in the defaults above.
    62         // Using PHP_SELF for legacy compatability, but it might make sense to override this with REQUEST_URI.
     62        // Using PHP_SELF for legacy compatibility, but it might make sense to override this with REQUEST_URI.
    6363        // This could be overwritten by passed params.
    6464        $this->_params['current_page_url'] = $_SERVER['PHP_SELF'];
Note: See TracChangeset for help on using the changeset viewer.