Skip to content

Commit

Permalink
BUGFIX: Added TemplateGlobalProvider include to installer, as require…
Browse files Browse the repository at this point in the history
…d by i18n.
  • Loading branch information
Ryan O'Hara committed Mar 8, 2012
1 parent f86e53b commit 63d5927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/install/install.php5
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ if($envFileExists) {
} }


include_once('sapphire/core/Object.php'); include_once('sapphire/core/Object.php');
include_once('sapphire/view/TemplateGlobalProvider.php');
include_once('sapphire/i18n/i18n.php'); include_once('sapphire/i18n/i18n.php');
include_once('sapphire/dev/install/DatabaseConfigurationHelper.php'); include_once('sapphire/dev/install/DatabaseConfigurationHelper.php');
include_once('sapphire/dev/install/DatabaseAdapterRegistry.php'); include_once('sapphire/dev/install/DatabaseAdapterRegistry.php');
Expand Down

0 comments on commit 63d5927

Please sign in to comment.