mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 22:06:43 +02:00
🐛 Lookup the correct property for the home route
This commit is contained in:
@@ -589,7 +589,7 @@ class Pages
|
||||
*/
|
||||
public static function getHomeRoute()
|
||||
{
|
||||
if (empty(self::$home)) {
|
||||
if (empty(self::$home_route)) {
|
||||
$grav = Grav::instance();
|
||||
|
||||
/** @var Config $config */
|
||||
|
||||
Reference in New Issue
Block a user