1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 06:07:31 +02:00

resolved merge conflicts

This commit is contained in:
Sebastian
2017-11-19 18:31:14 +01:00
5 changed files with 9 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ class PageController extends Controller
/* update sitemap */
$sitemap = new WriteSitemap();
$sitemap->updateSitemap('cache', 'sitemap.xml', 'lastSitemap.txt', $structure, $uri->getBaseUrl());
/* check and update the typemill-version in the user settings */
$this->updateVersion($uri->getBaseUrl());
}
@@ -192,5 +192,5 @@ class PageController extends Controller
}
}
}
}
}
}