Ignore:
Timestamp:
Nov 16, 2019 9:14:04 PM (4 years ago)
Author:
anonymous
Message:

Fix PHP notice errors

File:
1 edited

Legend:

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

    r689 r709  
    297297        // Use non specific boomerang if available.
    298298        $url = end($_SESSION['_boomerang']['url']);
     299    } else {
     300        // If URL is not specified, use the $CFG->redirect_home config value.
     301        $url = $CFG->redirect_home;
    299302    }
    300303
Note: See TracChangeset for help on using the changeset viewer.