🐛 Lookup the correct property for the home route

This commit is contained in:
Flavio Copes
2016-01-28 10:59:22 +01:00
parent c8983bf7db
commit e279817839

View File

@@ -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 */