diff --git a/OurUmbraco.Site/OurUmbraco.Site.csproj b/OurUmbraco.Site/OurUmbraco.Site.csproj index cd69af13..c0e1387d 100644 --- a/OurUmbraco.Site/OurUmbraco.Site.csproj +++ b/OurUmbraco.Site/OurUmbraco.Site.csproj @@ -4446,6 +4446,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + diff --git a/OurUmbraco.Site/packages.config b/OurUmbraco.Site/packages.config index ba4078b7..cf88aced 100644 --- a/OurUmbraco.Site/packages.config +++ b/OurUmbraco.Site/packages.config @@ -1,6 +1,7 @@  + @@ -39,11 +40,15 @@ + + + + diff --git a/OurUmbraco/Our/MigrationsHandler.cs b/OurUmbraco/Our/MigrationsHandler.cs index 998bbb10..db9e20e3 100644 --- a/OurUmbraco/Our/MigrationsHandler.cs +++ b/OurUmbraco/Our/MigrationsHandler.cs @@ -820,6 +820,7 @@ namespace OurUmbraco.Our } } + private void AddTwitterFilters() { var migrationName = MethodBase.GetCurrentMethod().Name;