Skip to content

Commit

Permalink
Reset rememberd confs before reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
sao committed Oct 11, 2011
1 parent 9006250 commit 2cad8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/src/play/Play.java
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ public static void guessFrameworkPath() {
* Read application.conf and resolve overriden key using the play id mechanism.
*/
public static void readConfiguration() {
confs = new HashSet<VirtualFile>();
configuration = readOneConfigurationFile("application.conf");
// Plugins
pluginCollection.onConfigurationRead();
Expand Down

0 comments on commit 2cad8d1

Please sign in to comment.